#8D310F

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

Shades of Burnt Umber #8D310F

Tints of Burnt Umber #8D310F

Color information

#8D310F (or 0x8D310F) is unknown color: approx Burnt Umber. HEX triplet: 8D, 31 and 0F. RGB value is (141,49,15). Sum of RGB (Red+Green+Blue) = 141+49+15=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D310F is #72CEF0. Grayscale: #484848. Windows color (decimal): -7524081 or 995725. OLE color: 995725.

HSL color Cylindrical-coordinate representation of color #8D310F: hue angle of 16.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D310F is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1414915-
CMYK00.650.890.45
HSL16.19º80.77%30.59%-
HSV(B)16.19º89.36%55.29%-
XYZ12.177.891.33-
YUV72.6395.48176.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=68.78%
G=23.90%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141491500.650.890.4516.1980.7730.59
Hex8D31F041592D10511f
Octal21561170101131552012137
Binary10001101110001111101000001101100110110110000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,15); }

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

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

 a { background-color: rgb(141,49,15); }

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

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

 span { border-color: rgb(141,49,15); }

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