#8C311E

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

Shades of Burnt Umber #8C311E

Tints of Burnt Umber #8C311E

Color information

#8C311E (or 0x8C311E) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 1E. RGB value is (140,49,30). Sum of RGB (Red+Green+Blue) = 140+49+30=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C311E is #73CEE1. Grayscale: #4A4A4A. Windows color (decimal): -7589602 or 1978764. OLE color: 1978764.

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

Color convert

RGB1404930-
CMYK00.650.790.45
HSL10.36º64.71%33.33%-
HSV(B)10.36º78.57%54.9%-
XYZ12.157.872.11-
YUV74.04103.15175.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.93%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=63.93%
G=22.37%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140493000.650.790.4510.3664.7133.33
Hex8C311E0414F2Da4121
Octal21461360101117551210141
Binary100011001100011111001000001100111110110110101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,30); }

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

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

 a { background-color: rgb(140,49,30); }

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

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

 span { border-color: rgb(140,49,30); }

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