#8D5626

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

Shades of Afghan Tan #8D5626

Tints of Afghan Tan #8D5626

Color information

#8D5626 (or 0x8D5626) is unknown color: approx Afghan Tan. HEX triplet: 8D, 56 and 26. RGB value is (141,86,38). Sum of RGB (Red+Green+Blue) = 141+86+38=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5626 is #72A9D9. Grayscale: #616161. Windows color (decimal): -7514586 or 2512525. OLE color: 2512525.

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

Color convert

RGB1418638-
CMYK00.390.730.45
HSL27.96º57.54%35.1%-
HSV(B)27.96º73.05%55.29%-
XYZ14.6612.463.47-
YUV96.9794.72159.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=53.21%
G=32.45%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141863800.390.730.4527.9657.5435.1
Hex8D5626027492D1c3a23
Octal2151264604711155347243
Binary1000110110101101001100100111100100110110111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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