#722E19

Color #722E19 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #722E19

Tints of Pueblo #722E19

Color information

#722E19 (or 0x722E19) is unknown color: approx Pueblo. HEX triplet: 72, 2E and 19. RGB value is (114,46,25). Sum of RGB (Red+Green+Blue) = 114+46+25=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E19 is #8DD1E6. Grayscale: #404040. Windows color (decimal): -9294311 or 1650290. OLE color: 1650290.

HSL color Cylindrical-coordinate representation of color #722E19: hue angle of 14.16º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722E19 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1144625-
CMYK00.600.780.55
HSL14.16º64.03%27.25%-
HSV(B)14.16º78.07%44.71%-
XYZ8.095.61.57-
YUV63.94106.03163.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=61.62%
G=24.86%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114462500.600.780.5514.1664.0327.25
Hex722E1903C4E37e401b
Octal1625631074116671610033
Binary111001010111011001011110010011101101111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722E19; }

 p { color: rgb(114,46,25); }

 H1.HeaderClassName
 {
   color: #722E19;
 }
 .AnyTagClassName
 {
   color: #722E19;
 }
</style>
background-color css

<style>
 a { background-color: #722E19; }

 a { background-color: rgb(114,46,25); }

 div.DivClassName
 {
   background-color: #722E19;
 }
 .BgClassName
 {
   background-color: #722E19;
 }
</style>
border-color css

<style>
 span { border-color: #722E19; }

 span { border-color: rgb(114,46,25); }

 td.TdClassName
 {
   border-color: #722E19;
 }
 .TagClassName
 {
   border-color: #722E19;
 }
</style>