#8C3111

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

Shades of Burnt Umber #8C3111

Tints of Burnt Umber #8C3111

Color information

#8C3111 (or 0x8C3111) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 11. RGB value is (140,49,17). Sum of RGB (Red+Green+Blue) = 140+49+17=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3111 is #73CEEE. Grayscale: #484848. Windows color (decimal): -7589615 or 1126796. OLE color: 1126796.

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

Color convert

RGB1404917-
CMYK00.650.880.45
HSL15.61º78.34%30.78%-
HSV(B)15.61º87.86%54.9%-
XYZ12.017.811.41-
YUV72.5696.65176.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.96%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=67.96%
G=23.79%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140491700.650.880.4515.6178.3430.78
Hex8C3111041582D104e1f
Octal21461210101130552011637
Binary100011001100011000101000001101100010110110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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