#8D5325

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

Shades of Afghan Tan #8D5325

Tints of Afghan Tan #8D5325

Color information

#8D5325 (or 0x8D5325) is unknown color: approx Afghan Tan. HEX triplet: 8D, 53 and 25. RGB value is (141,83,37). Sum of RGB (Red+Green+Blue) = 141+83+37=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5325 is #72ACDA. Grayscale: #5F5F5F. Windows color (decimal): -7515355 or 2446221. OLE color: 2446221.

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

Color convert

RGB1418337-
CMYK00.410.740.45
HSL26.54º58.43%34.9%-
HSV(B)26.54º73.76%55.29%-
XYZ14.4111.983.3-
YUV95.195.22160.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=54.02%
G=31.80%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141833700.410.740.4526.5458.4334.9
Hex8D53250294A2D1b3a23
Octal2151234505111255337243
Binary1000110110100111001010101001100101010110111011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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