#9f3212

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

Shades of Burnt Umber #9F3212

Tints of Burnt Umber #9F3212

Color information

#9F3212 (or 0x9F3212) is unknown color: approx Burnt Umber. HEX triplet: 9F, 32 and 12. RGB value is (159,50,18). Sum of RGB (Red+Green+Blue) = 159+50+18=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3212 is #60CDED. Grayscale: #4F4F4F. Windows color (decimal): -6344174 or 1192607. OLE color: 1192607.

HSL color Cylindrical-coordinate representation of color #9F3212: hue angle of 13.62º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F3212 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1595018-
CMYK00.690.890.38
HSL13.62º79.66%34.71%-
HSV(B)13.62º88.68%62.35%-
XYZ15.559.71.62-
YUV78.9493.61185.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=70.04%
G=22.03%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159501800.690.890.3813.6279.6634.71
Hex9F32120455926e5023
Octal23762220105131461612043
Binary100111111100101001001000101101100110011011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9f3212; }

 p { color: rgb(159,50,18); }

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

<style>
 a { background-color: #9f3212; }

 a { background-color: rgb(159,50,18); }

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

<style>
 span { border-color: #9f3212; }

 span { border-color: rgb(159,50,18); }

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