#8e621f

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

Shades of Afghan Tan #8E621F

Tints of Afghan Tan #8E621F

Color information

#8E621F (or 0x8E621F) is unknown color: approx Afghan Tan. HEX triplet: 8E, 62 and 1F. RGB value is (142,98,31). Sum of RGB (Red+Green+Blue) = 142+98+31=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E621F is #719DE0. Grayscale: #676767. Windows color (decimal): -7445985 or 2056846. OLE color: 2056846.

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

Color convert

RGB1429831-
CMYK00.310.780.44
HSL36.22º64.16%33.92%-
HSV(B)36.22º78.17%55.69%-
XYZ15.7714.593.28-
YUV103.5287.08155.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=52.40%
G=36.16%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142983100.310.780.4436.2264.1633.92
Hex8E621F01F4E2C244022
Octal21614237037116544410042
Binary1000111011000101111101111110011101011001001001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e621f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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