#8C2E10

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

Shades of Burnt Umber #8C2E10

Tints of Burnt Umber #8C2E10

Color information

#8C2E10 (or 0x8C2E10) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2E and 10. RGB value is (140,46,16). Sum of RGB (Red+Green+Blue) = 140+46+16=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2E10 is #73D1EF. Grayscale: #464646. Windows color (decimal): -7590384 or 1060492. OLE color: 1060492.

HSL color Cylindrical-coordinate representation of color #8C2E10: hue angle of 14.52º 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 #8C2E10 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1404616-
CMYK00.670.890.45
HSL14.52º79.49%30.59%-
HSV(B)14.52º88.57%54.9%-
XYZ11.897.571.32-
YUV70.6997.14177.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=69.31%
G=22.77%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140461600.670.890.4514.5279.4930.59
Hex8C2E10043592Df4f1f
Octal21456200103131551711737
Binary10001100101110100000100001110110011011011111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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