#8E5F1F

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

Shades of Afghan Tan #8E5F1F

Tints of Afghan Tan #8E5F1F

Color information

#8E5F1F (or 0x8E5F1F) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5F and 1F. RGB value is (142,95,31). Sum of RGB (Red+Green+Blue) = 142+95+31=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F1F is #71A0E0. Grayscale: #666666. Windows color (decimal): -7446753 or 2056078. OLE color: 2056078.

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

Color convert

RGB1429531-
CMYK00.330.780.44
HSL34.59º64.16%33.92%-
HSV(B)34.59º78.17%55.69%-
XYZ15.4914.033.19-
YUV101.7688.07156.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=52.99%
G=35.45%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142953100.330.780.4434.5964.1633.92
Hex8E5F1F0214E2C234022
Octal21613737041116544310042
Binary10001110101111111111010000110011101011001000111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,31); }

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

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

 a { background-color: rgb(142,95,31); }

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

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

 span { border-color: rgb(142,95,31); }

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