#8D2D0E

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

Shades of Burnt Umber #8D2D0E

Tints of Burnt Umber #8D2D0E

Color information

#8D2D0E (or 0x8D2D0E) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2D and 0E. RGB value is (141,45,14). Sum of RGB (Red+Green+Blue) = 141+45+14=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2D0E is #72D2F1. Grayscale: #464646. Windows color (decimal): -7525106 or 929165. OLE color: 929165.

HSL color Cylindrical-coordinate representation of color #8D2D0E: hue angle of 14.65º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D2D0E is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1414514-
CMYK00.680.900.45
HSL14.65º81.94%30.39%-
HSV(B)14.65º90.07%55.29%-
XYZ127.571.24-
YUV70.1796.3178.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=70.5%
G=22.5%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141451400.680.900.4514.6581.9430.39
Hex8D2DE0445A2Df521e
Octal21555160104132551712236
Binary1000110110110111100100010010110101011011111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,14); }

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

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

 a { background-color: rgb(141,45,14); }

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

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

 span { border-color: rgb(141,45,14); }

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