#732D18

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

Shades of Pueblo #732D18

Tints of Pueblo #732D18

Color information

#732D18 (or 0x732D18) is unknown color: approx Pueblo. HEX triplet: 73, 2D and 18. RGB value is (115,45,24). Sum of RGB (Red+Green+Blue) = 115+45+24=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D18 is #8CD2E7. Grayscale: #3F3F3F. Windows color (decimal): -9229032 or 1584499. OLE color: 1584499.

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

Color convert

RGB1154524-
CMYK00.610.790.55
HSL13.85º65.47%27.25%-
HSV(B)13.85º79.13%45.1%-
XYZ8.175.591.51-
YUV63.54105.69164.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=62.5%
G=24.46%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115452400.610.790.5513.8565.4727.25
Hex732D1803D4F37e411b
Octal1635530075117671610133
Binary111001110110111000011110110011111101111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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