#732B18

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

Shades of Pueblo #732B18

Tints of Pueblo #732B18

Color information

#732B18 (or 0x732B18) is unknown color: approx Pueblo. HEX triplet: 73, 2B and 18. RGB value is (115,43,24). Sum of RGB (Red+Green+Blue) = 115+43+24=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B18 is #8CD4E7. Grayscale: #3E3E3E. Windows color (decimal): -9229544 or 1583987. OLE color: 1583987.

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

Color convert

RGB1154324-
CMYK00.630.790.55
HSL12.53º65.47%27.25%-
HSV(B)12.53º79.13%45.1%-
XYZ8.15.441.49-
YUV62.36106.35165.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=63.19%
G=23.63%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115432400.630.790.5512.5365.4727.25
Hex732B1803F4F37d411b
Octal1635330077117671510133
Binary111001110101111000011111110011111101111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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