#8D341F

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

Shades of Burnt Umber #8D341F

Tints of Burnt Umber #8D341F

Color information

#8D341F (or 0x8D341F) is unknown color: approx Burnt Umber. HEX triplet: 8D, 34 and 1F. RGB value is (141,52,31). Sum of RGB (Red+Green+Blue) = 141+52+31=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D341F is #72CBE0. Grayscale: #4C4C4C. Windows color (decimal): -7523297 or 2045069. OLE color: 2045069.

HSL color Cylindrical-coordinate representation of color #8D341F: hue angle of 11.45º 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 #8D341F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1415231-
CMYK00.630.780.45
HSL11.45º63.95%33.73%-
HSV(B)11.45º78.01%55.29%-
XYZ12.468.222.23-
YUV76.22102.49174.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=62.95%
G=23.21%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141523100.630.780.4511.4563.9533.73
Hex8D341F03F4E2Db4022
Octal2156437077116551310042
Binary10001101110100111110111111100111010110110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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