#8D311F

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

Shades of Burnt Umber #8D311F

Tints of Burnt Umber #8D311F

Color information

#8D311F (or 0x8D311F) is unknown color: approx Burnt Umber. HEX triplet: 8D, 31 and 1F. RGB value is (141,49,31). Sum of RGB (Red+Green+Blue) = 141+49+31=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D311F is #72CEE0. Grayscale: #4A4A4A. Windows color (decimal): -7524065 or 2044301. OLE color: 2044301.

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

Color convert

RGB1414931-
CMYK00.650.780.45
HSL9.82º63.95%33.73%-
HSV(B)9.82º78.01%55.29%-
XYZ12.337.962.18-
YUV74.46103.48175.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.80%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=63.80%
G=22.17%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141493100.650.780.459.8263.9533.73
Hex8D311F0414E2Da4022
Octal21561370101116551210042
Binary100011011100011111101000001100111010110110101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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