#9F2B0E

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

Shades of Burnt Umber #9F2B0E

Tints of Burnt Umber #9F2B0E

Color information

#9F2B0E (or 0x9F2B0E) is unknown color: approx Burnt Umber. HEX triplet: 9F, 2B and 0E. RGB value is (159,43,14). Sum of RGB (Red+Green+Blue) = 159+43+14=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2B0E is #60D4F1. Grayscale: #4A4A4A. Windows color (decimal): -6345970 or 928671. OLE color: 928671.

HSL color Cylindrical-coordinate representation of color #9F2B0E: hue angle of 12º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F2B0E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1594314-
CMYK00.730.910.38
HSL12º83.82%33.92%-
HSV(B)12º91.19%62.35%-
XYZ15.249.131.37-
YUV74.3893.93188.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.61%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=73.61%
G=19.91%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159431400.730.910.381283.8233.92
Hex9F2BE0495B26c5422
Octal23753160111133461412442
Binary10011111101011111001001001101101110011011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,14); }

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

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

 a { background-color: rgb(159,43,14); }

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

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

 span { border-color: rgb(159,43,14); }

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