#8D5425

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

Shades of Afghan Tan #8D5425

Tints of Afghan Tan #8D5425

Color information

#8D5425 (or 0x8D5425) is unknown color: approx Afghan Tan. HEX triplet: 8D, 54 and 25. RGB value is (141,84,37). Sum of RGB (Red+Green+Blue) = 141+84+37=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5425 is #72ABDA. Grayscale: #5F5F5F. Windows color (decimal): -7515099 or 2446477. OLE color: 2446477.

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

Color convert

RGB1418437-
CMYK00.400.740.45
HSL27.12º58.43%34.9%-
HSV(B)27.12º73.76%55.29%-
XYZ14.4912.143.33-
YUV95.6894.88160.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=53.82%
G=32.06%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141843700.400.740.4527.1258.4334.9
Hex8D54250284A2D1b3a23
Octal2151244505011255337243
Binary1000110110101001001010101000100101010110111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,37); }

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

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

 a { background-color: rgb(141,84,37); }

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

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

 span { border-color: rgb(141,84,37); }

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