#722D19

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

Shades of Pueblo #722D19

Tints of Pueblo #722D19

Color information

#722D19 (or 0x722D19) is unknown color: approx Pueblo. HEX triplet: 72, 2D and 19. RGB value is (114,45,25). Sum of RGB (Red+Green+Blue) = 114+45+25=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722D19 is #8DD2E6. Grayscale: #3F3F3F. Windows color (decimal): -9294567 or 1650034. OLE color: 1650034.

HSL color Cylindrical-coordinate representation of color #722D19: hue angle of 13.48º 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 #722D19 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1144525-
CMYK00.610.780.55
HSL13.48º64.03%27.25%-
HSV(B)13.48º78.07%44.71%-
XYZ8.055.521.56-
YUV63.35106.36164.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=61.96%
G=24.46%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114452500.610.780.5513.4864.0327.25
Hex722D1903D4E37d401b
Octal1625531075116671510033
Binary111001010110111001011110110011101101111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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