#722D18

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

Shades of Pueblo #722D18

Tints of Pueblo #722D18

Color information

#722D18 (or 0x722D18) is unknown color: approx Pueblo. HEX triplet: 72, 2D and 18. RGB value is (114,45,24). Sum of RGB (Red+Green+Blue) = 114+45+24=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722D18 is #8DD2E7. Grayscale: #3F3F3F. Windows color (decimal): -9294568 or 1584498. OLE color: 1584498.

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

Color convert

RGB1144524-
CMYK00.610.790.55
HSL14º65.22%27.06%-
HSV(B)14º78.95%44.71%-
XYZ8.045.521.51-
YUV63.24105.86164.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=62.30%
G=24.59%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114452400.610.790.551465.2227.06
Hex722D1803D4F37e411b
Octal1625530075117671610133
Binary111001010110111000011110110011111101111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,45,24); }

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

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

 a { background-color: rgb(114,45,24); }

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

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

 span { border-color: rgb(114,45,24); }

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