#732A16

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

Shades of Pueblo #732A16

Tints of Pueblo #732A16

Color information

#732A16 (or 0x732A16) is unknown color: approx Pueblo. HEX triplet: 73, 2A and 16. RGB value is (115,42,22). Sum of RGB (Red+Green+Blue) = 115+42+22=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #732A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A16 is #8CD5E9. Grayscale: #3D3D3D. Windows color (decimal): -9229802 or 1452659. OLE color: 1452659.

HSL color Cylindrical-coordinate representation of color #732A16: hue angle of 12.9º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732A16 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1154222-
CMYK00.630.810.55
HSL12.9º67.88%26.86%-
HSV(B)12.9º80.87%45.1%-
XYZ8.045.361.37-
YUV61.55105.68166.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=64.25%
G=23.46%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115422200.630.810.5512.967.8826.86
Hex732A1603F5137d441b
Octal1635226077121671510433
Binary111001110101010110011111110100011101111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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