#8F5625

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

Shades of Afghan Tan #8F5625

Tints of Afghan Tan #8F5625

Color information

#8F5625 (or 0x8F5625) is unknown color: approx Afghan Tan. HEX triplet: 8F, 56 and 25. RGB value is (143,86,37). Sum of RGB (Red+Green+Blue) = 143+86+37=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5625 is #70A9DA. Grayscale: #616161. Windows color (decimal): -7383515 or 2446991. OLE color: 2446991.

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

Color convert

RGB1438637-
CMYK00.400.740.44
HSL27.74º58.89%35.29%-
HSV(B)27.74º74.13%56.08%-
XYZ14.9912.633.4-
YUV97.4693.88160.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.76%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=53.76%
G=32.33%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143863700.400.740.4427.7458.8935.29
Hex8F56250284A2C1c3b23
Octal2171264505011254347343
Binary1000111110101101001010101000100101010110011100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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