#8F3115

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

Shades of Burnt Umber #8F3115

Tints of Burnt Umber #8F3115

Color information

#8F3115 (or 0x8F3115) is unknown color: approx Burnt Umber. HEX triplet: 8F, 31 and 15. RGB value is (143,49,21). Sum of RGB (Red+Green+Blue) = 143+49+21=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3115 is #70CEEA. Grayscale: #4A4A4A. Windows color (decimal): -7393003 or 1388943. OLE color: 1388943.

HSL color Cylindrical-coordinate representation of color #8F3115: hue angle of 13.77º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F3115 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1434921-
CMYK00.660.850.44
HSL13.77º74.39%32.16%-
HSV(B)13.77º85.31%56.08%-
XYZ12.568.091.61-
YUV73.9198.14177.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 67.14%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=67.14%
G=23.00%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143492100.660.850.4413.7774.3932.16
Hex8F3115042552Ce4a20
Octal21761250102125541611240
Binary100011111100011010101000010101010110110011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F3115; }

 p { color: rgb(143,49,21); }

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

<style>
 a { background-color: #8F3115; }

 a { background-color: rgb(143,49,21); }

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

<style>
 span { border-color: #8F3115; }

 span { border-color: rgb(143,49,21); }

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