#722B22

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

Shades of Pueblo #722B22

Tints of Pueblo #722B22

Color information

#722B22 (or 0x722B22) is unknown color: approx Pueblo. HEX triplet: 72, 2B and 22. RGB value is (114,43,34). Sum of RGB (Red+Green+Blue) = 114+43+34=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B22 is #8DD4DD. Grayscale: #3F3F3F. Windows color (decimal): -9295070 or 2239346. OLE color: 2239346.

HSL color Cylindrical-coordinate representation of color #722B22: hue angle of 6.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722B22 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1144334-
CMYK00.620.700.55
HSL6.75º54.05%29.02%-
HSV(B)6.75º70.18%44.71%-
XYZ8.095.422.13-
YUV63.2111.52164.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=59.69%
G=22.51%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433400.620.700.556.7554.0529.02
Hex722B2203E46377361d
Octal16253420761066776635
Binary11100101010111000100111110100011011011111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,43,34); }

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

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

 a { background-color: rgb(114,43,34); }

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

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

 span { border-color: rgb(114,43,34); }

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