#8C5926

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

Shades of Afghan Tan #8C5926

Tints of Afghan Tan #8C5926

Color information

#8C5926 (or 0x8C5926) is unknown color: approx Afghan Tan. HEX triplet: 8C, 59 and 26. RGB value is (140,89,38). Sum of RGB (Red+Green+Blue) = 140+89+38=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5926 is #73A6D9. Grayscale: #626262. Windows color (decimal): -7579354 or 2513292. OLE color: 2513292.

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

Color convert

RGB1408938-
CMYK00.360.730.45
HSL30º57.3%34.9%-
HSV(B)30º72.86%54.9%-
XYZ14.7412.863.54-
YUV98.4393.9157.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=52.43%
G=33.33%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140893800.360.730.453057.334.9
Hex8C5926024492D1e3923
Octal2141314604411155367143
Binary1000110010110011001100100100100100110110111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,38); }

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

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

 a { background-color: rgb(140,89,38); }

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

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

 span { border-color: rgb(140,89,38); }

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