#932C11

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

Shades of Burnt Umber #932C11

Tints of Burnt Umber #932C11

Color information

#932C11 (or 0x932C11) is unknown color: approx Burnt Umber. HEX triplet: 93, 2C and 11. RGB value is (147,44,17). Sum of RGB (Red+Green+Blue) = 147+44+17=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #932C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932C11 is #6CD3EE. Grayscale: #474747. Windows color (decimal): -7132143 or 1125523. OLE color: 1125523.

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

Color convert

RGB1474417-
CMYK00.700.880.42
HSL12.46º79.27%32.16%-
HSV(B)12.46º88.44%57.65%-
XYZ13.038.041.4-
YUV71.7297.12181.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=70.67%
G=21.15%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147441700.700.880.4212.4679.2732.16
Hex932C11046582Ac4f20
Octal22354210106130521411740
Binary100100111011001000101000110101100010101011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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