#8D2F10

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

Shades of Burnt Umber #8D2F10

Tints of Burnt Umber #8D2F10

Color information

#8D2F10 (or 0x8D2F10) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2F and 10. RGB value is (141,47,16). Sum of RGB (Red+Green+Blue) = 141+47+16=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2F10 is #72D0EF. Grayscale: #474747. Windows color (decimal): -7524592 or 1060749. OLE color: 1060749.

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

Color convert

RGB1414716-
CMYK00.670.890.45
HSL14.88º79.62%30.78%-
HSV(B)14.88º88.65%55.29%-
XYZ12.097.731.35-
YUV71.5796.64177.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.12%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=69.12%
G=23.04%
B=7.84%

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
Decimal141471600.670.890.4514.8879.6230.78
Hex8D2F10043592Df501f
Octal21557200103131551712037
Binary10001101101111100000100001110110011011011111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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