#8D2E10

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

Shades of Burnt Umber #8D2E10

Tints of Burnt Umber #8D2E10

Color information

#8D2E10 (or 0x8D2E10) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2E and 10. RGB value is (141,46,16). Sum of RGB (Red+Green+Blue) = 141+46+16=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E10 is #72D1EF. Grayscale: #474747. Windows color (decimal): -7524848 or 1060493. OLE color: 1060493.

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

Color convert

RGB1414616-
CMYK00.670.890.45
HSL14.4º79.62%30.78%-
HSV(B)14.4º88.65%55.29%-
XYZ12.067.651.33-
YUV70.9896.97177.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=69.46%
G=22.66%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141461600.670.890.4514.479.6230.78
Hex8D2E10043592De501f
Octal21556200103131551612037
Binary10001101101110100000100001110110011011011110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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