#8F5827

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

Shades of Afghan Tan #8F5827

Tints of Afghan Tan #8F5827

Color information

#8F5827 (or 0x8F5827) is unknown color: approx Afghan Tan. HEX triplet: 8F, 58 and 27. RGB value is (143,88,39). Sum of RGB (Red+Green+Blue) = 143+88+39=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5827 is #70A7D8. Grayscale: #636363. Windows color (decimal): -7383001 or 2578575. OLE color: 2578575.

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

Color convert

RGB1438839-
CMYK00.380.730.44
HSL28.27º57.14%35.69%-
HSV(B)28.27º72.73%56.08%-
XYZ15.1812.973.62-
YUV98.8694.22159.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 39 (15.62% from 255) = 14.44%
R=52.96%
G=32.59%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143883900.380.730.4428.2757.1435.69
Hex8F5827026492C1c3924
Octal2171304704611154347144
Binary1000111110110001001110100110100100110110011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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