#8C5029

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

Shades of Alert Tan #8C5029

Tints of Alert Tan #8C5029

Color information

#8C5029 (or 0x8C5029) is unknown color: approx Alert Tan. HEX triplet: 8C, 50 and 29. RGB value is (140,80,41). Sum of RGB (Red+Green+Blue) = 140+80+41=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5029 is #73AFD6. Grayscale: #5D5D5D. Windows color (decimal): -7581655 or 2707596. OLE color: 2707596.

HSL color Cylindrical-coordinate representation of color #8C5029: hue angle of 23.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C5029 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1408041-
CMYK00.430.710.45
HSL23.64º54.7%35.49%-
HSV(B)23.64º70.71%54.9%-
XYZ14.0811.473.57-
YUV93.4998.38161.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=53.64%
G=30.65%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140804100.430.710.4523.6454.735.49
Hex8C502902B472D183723
Octal2141205105310755306743
Binary1000110010100001010010101011100011110110111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,41); }

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

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

 a { background-color: rgb(140,80,41); }

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

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

 span { border-color: rgb(140,80,41); }

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