#8D2D28

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

Shades of Burnt Umber #8D2D28

Tints of Burnt Umber #8D2D28

Color information

#8D2D28 (or 0x8D2D28) is unknown color: approx Burnt Umber. HEX triplet: 8D, 2D and 28. RGB value is (141,45,40). Sum of RGB (Red+Green+Blue) = 141+45+40=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D28 is #72D2D7. Grayscale: #494949. Windows color (decimal): -7525080 or 2633101. OLE color: 2633101.

HSL color Cylindrical-coordinate representation of color #8D2D28: hue angle of 2.97º degrees, saturation: 0.56, 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 #8D2D28 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1414540-
CMYK00.680.720.45
HSL2.97º55.8%35.49%-
HSV(B)2.97º71.63%55.29%-
XYZ12.317.692.84-
YUV73.13109.3176.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.39%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=62.39%
G=19.91%
B=17.70%

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
Decimal141454000.680.720.452.9755.835.49
Hex8D2D28044482D33823
Octal215555001041105537043
Binary1000110110110110100001000100100100010110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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