#732A12

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

Shades of Pueblo #732A12

Tints of Pueblo #732A12

Color information

#732A12 (or 0x732A12) is unknown color: approx Pueblo. HEX triplet: 73, 2A and 12. RGB value is (115,42,18). Sum of RGB (Red+Green+Blue) = 115+42+18=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A12 is #8CD5ED. Grayscale: #3D3D3D. Windows color (decimal): -9229806 or 1190515. OLE color: 1190515.

HSL color Cylindrical-coordinate representation of color #732A12: hue angle of 14.85º 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 #732A12 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1154218-
CMYK00.630.840.55
HSL14.85º72.93%26.08%-
HSV(B)14.85º84.35%45.1%-
XYZ8.015.341.18-
YUV61.09103.68166.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=65.71%
G=24%
B=10.29%

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
Decimal115421800.630.840.5514.8572.9326.08
Hex732A1203F5437f491a
Octal1635222077124671711132
Binary111001110101010010011111110101001101111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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