#722C20

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

Shades of Pueblo #722C20

Tints of Pueblo #722C20

Color information

#722C20 (or 0x722C20) is unknown color: approx Pueblo. HEX triplet: 72, 2C and 20. RGB value is (114,44,32). Sum of RGB (Red+Green+Blue) = 114+44+32=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #722C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C20 is #8DD3DF. Grayscale: #3F3F3F. Windows color (decimal): -9294816 or 2108530. OLE color: 2108530.

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

Color convert

RGB1144432-
CMYK00.610.720.55
HSL8.78º56.16%28.63%-
HSV(B)8.78º71.93%44.71%-
XYZ8.15.482-
YUV63.56110.19163.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=60%
G=23.16%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114443200.610.720.558.7856.1628.63
Hex722C2003D48379381d
Octal162544007511067117035
Binary111001010110010000001111011001000110111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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