#722A12

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

Shades of Pueblo #722A12

Tints of Pueblo #722A12

Color information

#722A12 (or 0x722A12) is unknown color: approx Pueblo. HEX triplet: 72, 2A and 12. RGB value is (114,42,18). Sum of RGB (Red+Green+Blue) = 114+42+18=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A12 is #8DD5ED. Grayscale: #3C3C3C. Windows color (decimal): -9295342 or 1190514. OLE color: 1190514.

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

Color convert

RGB1144218-
CMYK00.630.840.55
HSL15º72.73%25.88%-
HSV(B)15º84.21%44.71%-
XYZ7.885.281.18-
YUV60.79103.85165.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=65.52%
G=24.14%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114421800.630.840.551572.7325.88
Hex722A1203F5437f491a
Octal1625222077124671711132
Binary111001010101010010011111110101001101111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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