#8D5A26

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

Shades of Afghan Tan #8D5A26

Tints of Afghan Tan #8D5A26

Color information

#8D5A26 (or 0x8D5A26) is unknown color: approx Afghan Tan. HEX triplet: 8D, 5A and 26. RGB value is (141,90,38). Sum of RGB (Red+Green+Blue) = 141+90+38=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A26 is #72A5D9. Grayscale: #636363. Windows color (decimal): -7513562 or 2513549. OLE color: 2513549.

HSL color Cylindrical-coordinate representation of color #8D5A26: hue angle of 30.29º degrees, saturation: 0.58, 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 #8D5A26 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1419038-
CMYK00.360.730.45
HSL30.29º57.54%35.1%-
HSV(B)30.29º73.05%55.29%-
XYZ14.9913.113.58-
YUV99.3293.4157.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=52.42%
G=33.46%
B=14.13%

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
Decimal141903800.360.730.4530.2957.5435.1
Hex8D5A26024492D1e3a23
Octal2151324604411155367243
Binary1000110110110101001100100100100100110110111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,38); }

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

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

 a { background-color: rgb(141,90,38); }

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

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

 span { border-color: rgb(141,90,38); }

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