#8D2A12

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

Shades of Burnt Umber #8D2A12

Tints of Burnt Umber #8D2A12

Color information

#8D2A12 (or 0x8D2A12) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2A and 12. RGB value is (141,42,18). Sum of RGB (Red+Green+Blue) = 141+42+18=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2A12 is #72D5ED. Grayscale: #454545. Windows color (decimal): -7525870 or 1190541. OLE color: 1190541.

HSL color Cylindrical-coordinate representation of color #8D2A12: hue angle of 11.71º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D2A12 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1414218-
CMYK00.700.870.45
HSL11.71º77.36%31.18%-
HSV(B)11.71º87.23%55.29%-
XYZ11.927.361.36-
YUV68.8799.3179.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.15%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=70.15%
G=20.90%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141421800.700.870.4511.7177.3631.18
Hex8D2A12046572Dc4d1f
Octal21552220106127551411537
Binary10001101101010100100100011010101111011011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,42,18); }

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

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

 a { background-color: rgb(141,42,18); }

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

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

 span { border-color: rgb(141,42,18); }

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