#8F5925

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

Shades of Afghan Tan #8F5925

Tints of Afghan Tan #8F5925

Color information

#8F5925 (or 0x8F5925) is unknown color: approx Afghan Tan. HEX triplet: 8F, 59 and 25. RGB value is (143,89,37). Sum of RGB (Red+Green+Blue) = 143+89+37=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5925 is #70A6DA. Grayscale: #636363. Windows color (decimal): -7382747 or 2447759. OLE color: 2447759.

HSL color Cylindrical-coordinate representation of color #8F5925: hue angle of 29.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F5925 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1438937-
CMYK00.380.740.44
HSL29.43º58.89%35.29%-
HSV(B)29.43º74.13%56.08%-
XYZ15.2313.123.48-
YUV99.2292.89159.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.16%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=53.16%
G=33.09%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143893700.380.740.4429.4358.8935.29
Hex8F59250264A2C1d3b23
Octal2171314504611254357343
Binary1000111110110011001010100110100101010110011101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,37); }

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

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

 a { background-color: rgb(143,89,37); }

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

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

 span { border-color: rgb(143,89,37); }

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