#9F3515

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

Shades of Burnt Umber #9F3515

Tints of Burnt Umber #9F3515

Color information

#9F3515 (or 0x9F3515) is unknown color: approx Burnt Umber. HEX triplet: 9F, 35 and 15. RGB value is (159,53,21). Sum of RGB (Red+Green+Blue) = 159+53+21=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3515 is #60CAEA. Grayscale: #515151. Windows color (decimal): -6343403 or 1389983. OLE color: 1389983.

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

Color convert

RGB1595321-
CMYK00.670.870.38
HSL13.91º76.67%35.29%-
HSV(B)13.91º86.79%62.35%-
XYZ15.719.971.81-
YUV81.0594.12183.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=68.24%
G=22.75%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159532100.670.870.3813.9176.6735.29
Hex9F35150435726e4d23
Octal23765250103127461611543
Binary100111111101011010101000011101011110011011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,21); }

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

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

 a { background-color: rgb(159,53,21); }

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

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

 span { border-color: rgb(159,53,21); }

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