#732B16

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

Shades of Pueblo #732B16

Tints of Pueblo #732B16

Color information

#732B16 (or 0x732B16) is unknown color: approx Pueblo. HEX triplet: 73, 2B and 16. RGB value is (115,43,22). Sum of RGB (Red+Green+Blue) = 115+43+22=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #732B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B16 is #8CD4E9. Grayscale: #3E3E3E. Windows color (decimal): -9229546 or 1452915. OLE color: 1452915.

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

Color convert

RGB1154322-
CMYK00.630.810.55
HSL13.55º67.88%26.86%-
HSV(B)13.55º80.87%45.1%-
XYZ8.085.431.38-
YUV62.13105.35165.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=63.89%
G=23.89%
B=12.22%

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
Decimal115432200.630.810.5513.5567.8826.86
Hex732B1603F5137e441b
Octal1635326077121671610433
Binary111001110101110110011111110100011101111110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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