#8C4B2E

Color #8C4B2E Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #8C4B2E

Tints of Alert Tan #8C4B2E

Color information

#8C4B2E (or 0x8C4B2E) is unknown color: approx Alert Tan. HEX triplet: 8C, 4B and 2E. RGB value is (140,75,46). Sum of RGB (Red+Green+Blue) = 140+75+46=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B2E is #73B4D1. Grayscale: #5B5B5B. Windows color (decimal): -7582930 or 3033996. OLE color: 3033996.

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

Color convert

RGB1407546-
CMYK00.460.670.45
HSL18.51º50.54%36.47%-
HSV(B)18.51º67.14%54.9%-
XYZ13.8210.83.94-
YUV91.13102.53162.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=53.64%
G=28.74%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140754600.460.670.4518.5150.5436.47
Hex8C4B2E02E432D133324
Octal2141135605610355236344
Binary1000110010010111011100101110100001110110110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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