#8D6526

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

Shades of Afghan Tan #8D6526

Tints of Afghan Tan #8D6526

Color information

#8D6526 (or 0x8D6526) is unknown color: approx Afghan Tan. HEX triplet: 8D, 65 and 26. RGB value is (141,101,38). Sum of RGB (Red+Green+Blue) = 141+101+38=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6526 is #729AD9. Grayscale: #6A6A6A. Windows color (decimal): -7510746 or 2516365. OLE color: 2516365.

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

Color convert

RGB14110138-
CMYK00.280.730.45
HSL36.7º57.54%35.1%-
HSV(B)36.7º73.05%55.29%-
XYZ15.9915.113.91-
YUV105.7889.75153.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=50.36%
G=36.07%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411013800.280.730.4536.757.5435.1
Hex8D652601C492D253a23
Octal2151454603411155457243
Binary1000110111001011001100111001001001101101100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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