#8D3128

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

Shades of Burnt Umber #8D3128

Tints of Burnt Umber #8D3128

Color information

#8D3128 (or 0x8D3128) is unknown color: approx Burnt Umber. HEX triplet: 8D, 31 and 28. RGB value is (141,49,40). Sum of RGB (Red+Green+Blue) = 141+49+40=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3128 is #72CED7. Grayscale: #4B4B4B. Windows color (decimal): -7524056 or 2634125. OLE color: 2634125.

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

Color convert

RGB1414940-
CMYK00.650.720.45
HSL5.35º55.8%35.49%-
HSV(B)5.35º71.63%55.29%-
XYZ12.478.012.9-
YUV75.48107.98174.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.30%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=61.30%
G=21.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141494000.650.720.455.3555.835.49
Hex8D3128041482D53823
Octal215615001011105557043
Binary10001101110001101000010000011001000101101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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