#8D5628

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

Shades of Afghan Tan #8D5628

Tints of Afghan Tan #8D5628

Color information

#8D5628 (or 0x8D5628) is unknown color: approx Afghan Tan. HEX triplet: 8D, 56 and 28. RGB value is (141,86,40). Sum of RGB (Red+Green+Blue) = 141+86+40=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5628 is #72A9D7. Grayscale: #616161. Windows color (decimal): -7514584 or 2643597. OLE color: 2643597.

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

Color convert

RGB1418640-
CMYK00.390.720.45
HSL27.33º55.8%35.49%-
HSV(B)27.33º71.63%55.29%-
XYZ14.712.473.64-
YUV97.295.72159.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=52.81%
G=32.21%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141864000.390.720.4527.3355.835.49
Hex8D5628027482D1b3823
Octal2151265004711055337043
Binary1000110110101101010000100111100100010110111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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