#8D2F16

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

Shades of Burnt Umber #8D2F16

Tints of Burnt Umber #8D2F16

Color information

#8D2F16 (or 0x8D2F16) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2F and 16. RGB value is (141,47,22). Sum of RGB (Red+Green+Blue) = 141+47+22=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2F16 is #72D0E9. Grayscale: #484848. Windows color (decimal): -7524586 or 1453965. OLE color: 1453965.

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

Color convert

RGB1414722-
CMYK00.670.840.45
HSL12.61º73.01%31.96%-
HSV(B)12.61º84.4%55.29%-
XYZ12.157.751.62-
YUV72.2699.64177.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.14%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=67.14%
G=22.38%
B=10.48%

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
Decimal141472200.670.840.4512.6173.0131.96
Hex8D2F16043542Dd4920
Octal21557260103124551511140
Binary100011011011111011001000011101010010110111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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