#8D3320

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

Shades of Burnt Umber #8D3320

Tints of Burnt Umber #8D3320

Color information

#8D3320 (or 0x8D3320) is unknown color: approx Burnt Umber. HEX triplet: 8D, 33 and 20. RGB value is (141,51,32). Sum of RGB (Red+Green+Blue) = 141+51+32=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3320 is #72CCDF. Grayscale: #4B4B4B. Windows color (decimal): -7523552 or 2110349. OLE color: 2110349.

HSL color Cylindrical-coordinate representation of color #8D3320: hue angle of 10.46º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D3320 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1415132-
CMYK00.640.770.45
HSL10.46º63.01%33.92%-
HSV(B)10.46º77.3%55.29%-
XYZ12.438.132.28-
YUV75.74103.32174.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=62.95%
G=22.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141513200.640.770.4510.4663.0133.92
Hex8D33200404D2Da3f22
Octal2156340010011555127742
Binary100011011100111000000100000010011011011011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,32); }

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

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

 a { background-color: rgb(141,51,32); }

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

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

 span { border-color: rgb(141,51,32); }

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