#8D2D27

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

Shades of Burnt Umber #8D2D27

Tints of Burnt Umber #8D2D27

Color information

#8D2D27 (or 0x8D2D27) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2D and 27. RGB value is (141,45,39). Sum of RGB (Red+Green+Blue) = 141+45+39=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D27 is #72D2D8. Grayscale: #494949. Windows color (decimal): -7525081 or 2567565. OLE color: 2567565.

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

Color convert

RGB1414539-
CMYK00.680.720.45
HSL3.53º56.67%35.29%-
HSV(B)3.53º72.34%55.29%-
XYZ12.297.692.76-
YUV73.02108.8176.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=62.67%
G=20%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141453900.680.720.453.5356.6735.29
Hex8D2D27044482D43923
Octal215554701041105547143
Binary10001101101101100111010001001001000101101100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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