#8F5B25

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

Shades of Afghan Tan #8F5B25

Tints of Afghan Tan #8F5B25

Color information

#8F5B25 (or 0x8F5B25) is unknown color: approx Afghan Tan. HEX triplet: 8F, 5B and 25. RGB value is (143,91,37). Sum of RGB (Red+Green+Blue) = 143+91+37=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5B25 is #70A4DA. Grayscale: #646464. Windows color (decimal): -7382235 or 2448271. OLE color: 2448271.

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

Color convert

RGB1439137-
CMYK00.360.740.44
HSL30.57º58.89%35.29%-
HSV(B)30.57º74.13%56.08%-
XYZ15.413.463.54-
YUV100.3992.23158.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=52.77%
G=33.58%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143913700.360.740.4430.5758.8935.29
Hex8F5B250244A2C1f3b23
Octal2171334504411254377343
Binary1000111110110111001010100100100101010110011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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