#8f6427

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

Shades of Afghan Tan #8F6427

Tints of Afghan Tan #8F6427

Color information

#8F6427 (or 0x8F6427) is unknown color: approx Afghan Tan. HEX triplet: 8F, 64 and 27. RGB value is (143,100,39). Sum of RGB (Red+Green+Blue) = 143+100+39=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6427 is #709BD8. Grayscale: #6A6A6A. Windows color (decimal): -7379929 or 2581647. OLE color: 2581647.

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

Color convert

RGB14310039-
CMYK00.300.730.44
HSL35.19º57.14%35.69%-
HSV(B)35.19º72.73%56.08%-
XYZ16.2515.13.98-
YUV105.990.25154.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.71%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=50.71%
G=35.46%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431003900.300.730.4435.1957.1435.69
Hex8F642701E492C233924
Octal2171444703611154437144
Binary1000111111001001001110111101001001101100100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,39); }

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

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

 a { background-color: rgb(143,100,39); }

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

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

 span { border-color: rgb(143,100,39); }

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