#932C18

Color #932C18 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #932C18

Tints of Burnt Umber #932C18

Color information

#932C18 (or 0x932C18) is unknown color: approx Burnt Umber. HEX triplet: 93, 2C and 18. RGB value is (147,44,24). Sum of RGB (Red+Green+Blue) = 147+44+24=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #932C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932C18 is #6CD3E7. Grayscale: #484848. Windows color (decimal): -7132136 or 1584275. OLE color: 1584275.

HSL color Cylindrical-coordinate representation of color #932C18: hue angle of 9.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #932C18 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1474424-
CMYK00.700.840.42
HSL9.76º71.93%33.53%-
HSV(B)9.76º83.67%57.65%-
XYZ13.18.071.73-
YUV72.52100.62181.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.37%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=68.37%
G=20.47%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147442400.700.840.429.7671.9333.53
Hex932C18046542Aa4822
Octal22354300106124521211042
Binary100100111011001100001000110101010010101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932C18; }

 p { color: rgb(147,44,24); }

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

<style>
 a { background-color: #932C18; }

 a { background-color: rgb(147,44,24); }

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

<style>
 span { border-color: #932C18; }

 span { border-color: rgb(147,44,24); }

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