#8D2D26

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

Shades of Burnt Umber #8D2D26

Tints of Burnt Umber #8D2D26

Color information

#8D2D26 (or 0x8D2D26) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2D and 26. RGB value is (141,45,38). Sum of RGB (Red+Green+Blue) = 141+45+38=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D26 is #72D2D9. Grayscale: #494949. Windows color (decimal): -7525082 or 2502029. OLE color: 2502029.

HSL color Cylindrical-coordinate representation of color #8D2D26: hue angle of 4.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2D26 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1414538-
CMYK00.680.730.45
HSL4.08º57.54%35.1%-
HSV(B)4.08º73.05%55.29%-
XYZ12.277.682.67-
YUV72.91108.3176.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=62.95%
G=20.09%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141453800.680.730.454.0857.5435.1
Hex8D2D26044492D43a23
Octal215554601041115547243
Binary10001101101101100110010001001001001101101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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