#8D5528

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

Shades of Afghan Tan #8D5528

Tints of Afghan Tan #8D5528

Color information

#8D5528 (or 0x8D5528) is unknown color: approx Afghan Tan. HEX triplet: 8D, 55 and 28. RGB value is (141,85,40). Sum of RGB (Red+Green+Blue) = 141+85+40=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5528 is #72AAD7. Grayscale: #606060. Windows color (decimal): -7514840 or 2643341. OLE color: 2643341.

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

Color convert

RGB1418540-
CMYK00.400.720.45
HSL26.73º55.8%35.49%-
HSV(B)26.73º71.63%55.29%-
XYZ14.6212.313.61-
YUV96.6196.05159.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=53.01%
G=31.95%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141854000.400.720.4526.7355.835.49
Hex8D5528028482D1b3823
Octal2151255005011055337043
Binary1000110110101011010000101000100100010110111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,40); }

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

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

 a { background-color: rgb(141,85,40); }

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

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

 span { border-color: rgb(141,85,40); }

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