#8f5f1b

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

Shades of Afghan Tan #8F5F1B

Tints of Afghan Tan #8F5F1B

Color information

#8F5F1B (or 0x8F5F1B) is unknown color: approx Afghan Tan. HEX triplet: 8F, 5F and 1B. RGB value is (143,95,27). Sum of RGB (Red+Green+Blue) = 143+95+27=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5F1B is #70A0E4. Grayscale: #656565. Windows color (decimal): -7381221 or 1793935. OLE color: 1793935.

HSL color Cylindrical-coordinate representation of color #8F5F1B: hue angle of 35.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F5F1B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1439527-
CMYK00.340.810.44
HSL35.17º68.24%33.33%-
HSV(B)35.17º81.12%56.08%-
XYZ15.6214.12.94-
YUV101.685.9157.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=53.96%
G=35.85%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143952700.340.810.4435.1768.2433.33
Hex8F5F1B022512C234421
Octal21713733042121544310441
Binary10001111101111111011010001010100011011001000111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f5f1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,27); }

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

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

 a { background-color: rgb(143,95,27); }

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

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

 span { border-color: rgb(143,95,27); }

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