#932F20

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

Shades of Burnt Umber #932F20

Tints of Burnt Umber #932F20

Color information

#932F20 (or 0x932F20) is unknown color: approx Burnt Umber. HEX triplet: 93, 2F and 20. RGB value is (147,47,32). Sum of RGB (Red+Green+Blue) = 147+47+32=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #932F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F20 is #6CD0DF. Grayscale: #4B4B4B. Windows color (decimal): -7131360 or 2109331. OLE color: 2109331.

HSL color Cylindrical-coordinate representation of color #932F20: hue angle of 7.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932F20 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1474732-
CMYK00.680.780.42
HSL7.83º64.25%35.1%-
HSV(B)7.83º78.23%57.65%-
XYZ13.318.342.27-
YUV75.19103.63179.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=65.04%
G=20.80%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147473200.680.780.427.8364.2535.1
Hex932F200444E2A84023
Octal22357400104116521010043
Binary1001001110111110000001000100100111010101010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,32); }

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

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

 a { background-color: rgb(147,47,32); }

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

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

 span { border-color: rgb(147,47,32); }

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