#8f5c1d

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

Shades of Afghan Tan #8F5C1D

Tints of Afghan Tan #8F5C1D

Color information

#8F5C1D (or 0x8F5C1D) is unknown color: approx Afghan Tan. HEX triplet: 8F, 5C and 1D. RGB value is (143,92,29). Sum of RGB (Red+Green+Blue) = 143+92+29=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5C1D is #70A3E2. Grayscale: #646464. Windows color (decimal): -7381987 or 1924239. OLE color: 1924239.

HSL color Cylindrical-coordinate representation of color #8F5C1D: hue angle of 33.16º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F5C1D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1439229-
CMYK00.360.800.44
HSL33.16º66.28%33.73%-
HSV(B)33.16º79.72%56.08%-
XYZ15.3813.582.97-
YUV100.0787.9158.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.17%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=54.17%
G=34.85%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143922900.360.800.4433.1666.2833.73
Hex8F5C1D024502C214222
Octal21713435044120544110242
Binary10001111101110011101010010010100001011001000011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f5c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,29); }

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

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

 a { background-color: rgb(143,92,29); }

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

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

 span { border-color: rgb(143,92,29); }

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