#8D321F

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

Shades of Burnt Umber #8D321F

Tints of Burnt Umber #8D321F

Color information

#8D321F (or 0x8D321F) is unknown color: approx Burnt Umber. HEX triplet: 8D, 32 and 1F. RGB value is (141,50,31). Sum of RGB (Red+Green+Blue) = 141+50+31=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D321F is #72CDE0. Grayscale: #4B4B4B. Windows color (decimal): -7523809 or 2044557. OLE color: 2044557.

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

Color convert

RGB1415031-
CMYK00.650.780.45
HSL10.36º63.95%33.73%-
HSV(B)10.36º78.01%55.29%-
XYZ12.378.042.2-
YUV75.04103.15175.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=63.51%
G=22.52%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141503100.650.780.4510.3663.9533.73
Hex8D321F0414E2Da4022
Octal21562370101116551210042
Binary100011011100101111101000001100111010110110101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,50,31); }

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

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

 a { background-color: rgb(141,50,31); }

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

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

 span { border-color: rgb(141,50,31); }

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