#8F5426

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

Shades of Afghan Tan #8F5426

Tints of Afghan Tan #8F5426

Color information

#8F5426 (or 0x8F5426) is unknown color: approx Afghan Tan. HEX triplet: 8F, 54 and 26. RGB value is (143,84,38). Sum of RGB (Red+Green+Blue) = 143+84+38=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5426 is #70ABD9. Grayscale: #606060. Windows color (decimal): -7384026 or 2512015. OLE color: 2512015.

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

Color convert

RGB1438438-
CMYK00.410.730.44
HSL26.29º58.01%35.49%-
HSV(B)26.29º73.43%56.08%-
XYZ14.8512.323.43-
YUV96.495.05161.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=53.96%
G=31.70%
B=14.34%

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
Decimal143843800.410.730.4426.2958.0135.49
Hex8F5426029492C1a3a23
Octal2171244605111154327243
Binary1000111110101001001100101001100100110110011010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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