#932A10

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

Shades of Burnt Umber #932A10

Tints of Burnt Umber #932A10

Color information

#932A10 (or 0x932A10) is unknown color: approx Burnt Umber. HEX triplet: 93, 2A and 10. RGB value is (147,42,16). Sum of RGB (Red+Green+Blue) = 147+42+16=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #932A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A10 is #6CD5EF. Grayscale: #464646. Windows color (decimal): -7132656 or 1059475. OLE color: 1059475.

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

Color convert

RGB1474216-
CMYK00.710.890.42
HSL11.91º80.37%31.96%-
HSV(B)11.91º89.12%57.65%-
XYZ12.957.91.33-
YUV70.4397.29182.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=71.71%
G=20.49%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147421600.710.890.4211.9180.3731.96
Hex932A10047592Ac5020
Octal22352200107131521412040
Binary100100111010101000001000111101100110101011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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