#932A15

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

Shades of Burnt Umber #932A15

Tints of Burnt Umber #932A15

Color information

#932A15 (or 0x932A15) is unknown color: approx Burnt Umber. HEX triplet: 93, 2A and 15. RGB value is (147,42,21). Sum of RGB (Red+Green+Blue) = 147+42+21=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #932A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A15 is #6CD5EA. Grayscale: #474747. Windows color (decimal): -7132651 or 1387155. OLE color: 1387155.

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

Color convert

RGB1474221-
CMYK00.710.860.42
HSL10º75%32.94%-
HSV(B)10º85.71%57.65%-
XYZ137.911.55-
YUV7199.79182.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 21 (8.59% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147422100.710.860.42107532.94
Hex932A15047562Aa4b21
Octal22352250107126521211341
Binary100100111010101010101000111101011010101010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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