#932F1C

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

Shades of Burnt Umber #932F1C

Tints of Burnt Umber #932F1C

Color information

#932F1C (or 0x932F1C) is unknown color: approx Burnt Umber. HEX triplet: 93, 2F and 1C. RGB value is (147,47,28). Sum of RGB (Red+Green+Blue) = 147+47+28=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #932F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F1C is #6CD0E3. Grayscale: #4A4A4A. Windows color (decimal): -7131364 or 1847187. OLE color: 1847187.

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

Color convert

RGB1474728-
CMYK00.680.810.42
HSL9.58º68%34.31%-
HSV(B)9.58º80.95%57.65%-
XYZ13.268.322.01-
YUV74.73101.63179.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=66.22%
G=21.17%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147472800.680.810.429.586834.31
Hex932F1C044512Aa4422
Octal22357340104121521210442
Binary100100111011111110001000100101000110101010101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,28); }

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

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

 a { background-color: rgb(147,47,28); }

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

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

 span { border-color: rgb(147,47,28); }

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