#9F2C13

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

Shades of Burnt Umber #9F2C13

Tints of Burnt Umber #9F2C13

Color information

#9F2C13 (or 0x9F2C13) is unknown color: approx Burnt Umber. HEX triplet: 9F, 2C and 13. RGB value is (159,44,19). Sum of RGB (Red+Green+Blue) = 159+44+19=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2C13 is #60D3EC. Grayscale: #4B4B4B. Windows color (decimal): -6345709 or 1256607. OLE color: 1256607.

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

Color convert

RGB1594419-
CMYK00.720.880.38
HSL10.71º78.65%34.9%-
HSV(B)10.71º88.05%62.35%-
XYZ15.329.221.59-
YUV75.5496.1187.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.62%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=71.62%
G=19.82%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159441900.720.880.3810.7178.6534.9
Hex9F2C130485826b4f23
Octal23754230110130461311743
Binary100111111011001001101001000101100010011010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,19); }

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

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

 a { background-color: rgb(159,44,19); }

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

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

 span { border-color: rgb(159,44,19); }

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