#8C2B10

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

Shades of Burnt Umber #8C2B10

Tints of Burnt Umber #8C2B10

Color information

#8C2B10 (or 0x8C2B10) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2B and 10. RGB value is (140,43,16). Sum of RGB (Red+Green+Blue) = 140+43+16=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B10 is #73D4EF. Grayscale: #454545. Windows color (decimal): -7591152 or 1059724. OLE color: 1059724.

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

Color convert

RGB1404316-
CMYK00.690.890.45
HSL13.06º79.49%30.59%-
HSV(B)13.06º88.57%54.9%-
XYZ11.777.341.29-
YUV68.9298.14178.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=70.35%
G=21.61%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140431600.690.890.4513.0679.4930.59
Hex8C2B10045592Dd4f1f
Octal21453200105131551511737
Binary10001100101011100000100010110110011011011101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,43,16); }

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

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

 a { background-color: rgb(140,43,16); }

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

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

 span { border-color: rgb(140,43,16); }

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