#8D5825

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

Shades of Afghan Tan #8D5825

Tints of Afghan Tan #8D5825

Color information

#8D5825 (or 0x8D5825) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 25. RGB value is (141,88,37). Sum of RGB (Red+Green+Blue) = 141+88+37=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5825 is #72A7DA. Grayscale: #626262. Windows color (decimal): -7514075 or 2447501. OLE color: 2447501.

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

Color convert

RGB1418837-
CMYK00.380.740.45
HSL29.42º58.43%34.9%-
HSV(B)29.42º73.76%55.29%-
XYZ14.8112.783.44-
YUV98.0393.56158.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=53.01%
G=33.08%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141883700.380.740.4529.4258.4334.9
Hex8D58250264A2D1d3a23
Octal2151304504611255357243
Binary1000110110110001001010100110100101010110111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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