#932E19

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

Shades of Burnt Umber #932E19

Tints of Burnt Umber #932E19

Color information

#932E19 (or 0x932E19) is unknown color: approx Burnt Umber. HEX triplet: 93, 2E and 19. RGB value is (147,46,25). Sum of RGB (Red+Green+Blue) = 147+46+25=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #932E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932E19 is #6CD1E6. Grayscale: #494949. Windows color (decimal): -7131623 or 1650323. OLE color: 1650323.

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

Color convert

RGB1474625-
CMYK00.690.830.42
HSL10.33º70.93%33.73%-
HSV(B)10.33º82.99%57.65%-
XYZ13.198.231.81-
YUV73.8100.46180.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.43%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=67.43%
G=21.10%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147462500.690.830.4210.3370.9333.73
Hex932E19045532Aa4722
Octal22356310105123521210742
Binary100100111011101100101000101101001110101010101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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