#8C2E17

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

Shades of Burnt Umber #8C2E17

Tints of Burnt Umber #8C2E17

Color information

#8C2E17 (or 0x8C2E17) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2E and 17. RGB value is (140,46,23). Sum of RGB (Red+Green+Blue) = 140+46+23=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2E17 is #73D1E8. Grayscale: #474747. Windows color (decimal): -7590377 or 1519244. OLE color: 1519244.

HSL color Cylindrical-coordinate representation of color #8C2E17: hue angle of 11.79º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C2E17 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1404623-
CMYK00.670.840.45
HSL11.79º71.78%31.96%-
HSV(B)11.79º83.57%54.9%-
XYZ11.957.591.65-
YUV71.48100.64176.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 23 (9.38% from 255) = 11.00%
R=66.99%
G=22.01%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140462300.670.840.4511.7971.7831.96
Hex8C2E17043542Dc4820
Octal21456270103124551411040
Binary100011001011101011101000011101010010110111001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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