#932E15

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

Shades of Burnt Umber #932E15

Tints of Burnt Umber #932E15

Color information

#932E15 (or 0x932E15) is unknown color: approx Burnt Umber. HEX triplet: 93, 2E and 15. RGB value is (147,46,21). Sum of RGB (Red+Green+Blue) = 147+46+21=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #932E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932E15 is #6CD1EA. Grayscale: #494949. Windows color (decimal): -7131627 or 1388179. OLE color: 1388179.

HSL color Cylindrical-coordinate representation of color #932E15: hue angle of 11.9º 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 #932E15 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1474621-
CMYK00.690.860.42
HSL11.9º75%32.94%-
HSV(B)11.9º85.71%57.65%-
XYZ13.148.211.6-
YUV73.3598.46180.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.69%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=68.69%
G=21.50%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147462100.690.860.4211.97532.94
Hex932E15045562Ac4b21
Octal22356250105126521411341
Binary100100111011101010101000101101011010101011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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