#8F5526

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

Shades of Afghan Tan #8F5526

Tints of Afghan Tan #8F5526

Color information

#8F5526 (or 0x8F5526) is unknown color: approx Afghan Tan. HEX triplet: 8F, 55 and 26. RGB value is (143,85,38). Sum of RGB (Red+Green+Blue) = 143+85+38=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5526 is #70AAD9. Grayscale: #616161. Windows color (decimal): -7383770 or 2512271. OLE color: 2512271.

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

Color convert

RGB1438538-
CMYK00.410.730.44
HSL26.86º58.01%35.49%-
HSV(B)26.86º73.43%56.08%-
XYZ14.9312.483.46-
YUV96.9894.72160.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.76%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=53.76%
G=31.95%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143853800.410.730.4426.8658.0135.49
Hex8F5526029492C1b3a23
Octal2171254605111154337243
Binary1000111110101011001100101001100100110110011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,38); }

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

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

 a { background-color: rgb(143,85,38); }

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

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

 span { border-color: rgb(143,85,38); }

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