#8D2E16

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

Shades of Burnt Umber #8D2E16

Tints of Burnt Umber #8D2E16

Color information

#8D2E16 (or 0x8D2E16) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2E and 16. RGB value is (141,46,22). Sum of RGB (Red+Green+Blue) = 141+46+22=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E16 is #72D1E9. Grayscale: #474747. Windows color (decimal): -7524842 or 1453709. OLE color: 1453709.

HSL color Cylindrical-coordinate representation of color #8D2E16: hue angle of 12.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D2E16 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1414622-
CMYK00.670.840.45
HSL12.1º73.01%31.96%-
HSV(B)12.1º84.4%55.29%-
XYZ12.117.671.6-
YUV71.6799.97177.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.46%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=67.46%
G=22.01%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141462200.670.840.4512.173.0131.96
Hex8D2E16043542Dc4920
Octal21556260103124551411140
Binary100011011011101011001000011101010010110111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,46,22); }

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

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

 a { background-color: rgb(141,46,22); }

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

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

 span { border-color: rgb(141,46,22); }

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