#722C19

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

Shades of Pueblo #722C19

Tints of Pueblo #722C19

Color information

#722C19 (or 0x722C19) is unknown color: approx Pueblo. HEX triplet: 72, 2C and 19. RGB value is (114,44,25). Sum of RGB (Red+Green+Blue) = 114+44+25=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C19 is #8DD3E6. Grayscale: #3E3E3E. Windows color (decimal): -9294823 or 1649778. OLE color: 1649778.

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

Color convert

RGB1144425-
CMYK00.610.780.55
HSL12.81º64.03%27.25%-
HSV(B)12.81º78.07%44.71%-
XYZ8.025.451.55-
YUV62.76106.69164.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=62.30%
G=24.04%
B=13.66%

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
Decimal114442500.610.780.5512.8164.0327.25
Hex722C1903D4E37d401b
Octal1625431075116671510033
Binary111001010110011001011110110011101101111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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