#722A10

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

Shades of Pueblo #722A10

Tints of Pueblo #722A10

Color information

#722A10 (or 0x722A10) is unknown color: approx Pueblo. HEX triplet: 72, 2A and 10. RGB value is (114,42,16). Sum of RGB (Red+Green+Blue) = 114+42+16=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A10 is #8DD5EF. Grayscale: #3C3C3C. Windows color (decimal): -9295344 or 1059442. OLE color: 1059442.

HSL color Cylindrical-coordinate representation of color #722A10: hue angle of 15.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #722A10 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1144216-
CMYK00.630.860.55
HSL15.92º75.38%25.49%-
HSV(B)15.92º85.96%44.71%-
XYZ7.865.271.09-
YUV60.56102.85166.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=66.28%
G=24.42%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114421600.630.860.5515.9275.3825.49
Hex722A1003F5637104b19
Octal1625220077126672011331
Binary1110010101010100000111111101011011011110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,42,16); }

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

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

 a { background-color: rgb(114,42,16); }

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

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

 span { border-color: rgb(114,42,16); }

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