#8C5B1C

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

Shades of Afghan Tan #8C5B1C

Tints of Afghan Tan #8C5B1C

Color information

#8C5B1C (or 0x8C5B1C) is unknown color: approx Afghan Tan. HEX triplet: 8C, 5B and 1C. RGB value is (140,91,28). Sum of RGB (Red+Green+Blue) = 140+91+28=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5B1C is #73A4E3. Grayscale: #626262. Windows color (decimal): -7578852 or 1858444. OLE color: 1858444.

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

Color convert

RGB1409128-
CMYK00.350.800.45
HSL33.75º66.67%32.94%-
HSV(B)33.75º80%54.9%-
XYZ14.7713.142.86-
YUV98.4788.23157.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=54.05%
G=35.14%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140912800.350.800.4533.7566.6732.94
Hex8C5B1C023502D224321
Octal21413334043120554210341
Binary10001100101101111100010001110100001011011000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,28); }

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

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

 a { background-color: rgb(140,91,28); }

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

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

 span { border-color: rgb(140,91,28); }

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