#932A0C

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

Shades of Burnt Umber #932A0C

Tints of Burnt Umber #932A0C

Color information

#932A0C (or 0x932A0C) is unknown color: approx Burnt Umber. HEX triplet: 93, 2A and 0C. RGB value is (147,42,12). Sum of RGB (Red+Green+Blue) = 147+42+12=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #932A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A0C is #6CD5F3. Grayscale: #464646. Windows color (decimal): -7132660 or 797331. OLE color: 797331.

HSL color Cylindrical-coordinate representation of color #932A0C: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #932A0C is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1474212-
CMYK00.710.920.42
HSL13.33º84.91%31.18%-
HSV(B)13.33º91.84%57.65%-
XYZ12.937.891.19-
YUV69.9795.29182.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.13%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=73.13%
G=20.90%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147421200.710.920.4213.3384.9131.18
Hex932AC0475C2Ad551f
Octal22352140107134521512537
Binary1001001110101011000100011110111001010101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,42,12); }

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

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

 a { background-color: rgb(147,42,12); }

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

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

 span { border-color: rgb(147,42,12); }

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