#8D2F1A

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

Shades of Burnt Umber #8D2F1A

Tints of Burnt Umber #8D2F1A

Color information

#8D2F1A (or 0x8D2F1A) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2F and 1A. RGB value is (141,47,26). Sum of RGB (Red+Green+Blue) = 141+47+26=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F1A is #72D0E5. Grayscale: #484848. Windows color (decimal): -7524582 or 1716109. OLE color: 1716109.

HSL color Cylindrical-coordinate representation of color #8D2F1A: hue angle of 10.96º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D2F1A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1414726-
CMYK00.670.820.45
HSL10.96º68.86%32.75%-
HSV(B)10.96º81.56%55.29%-
XYZ12.197.771.83-
YUV72.71101.64176.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.89%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=65.89%
G=21.96%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141472600.670.820.4510.9668.8632.75
Hex8D2F1A043522Db4521
Octal21557320103122551310541
Binary100011011011111101001000011101001010110110111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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