#8E6427

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

Shades of Afghan Tan #8E6427

Tints of Afghan Tan #8E6427

Color information

#8E6427 (or 0x8E6427) is unknown color: approx Afghan Tan. HEX triplet: 8E, 64 and 27. RGB value is (142,100,39). Sum of RGB (Red+Green+Blue) = 142+100+39=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6427 is #719BD8. Grayscale: #696969. Windows color (decimal): -7445465 or 2581646. OLE color: 2581646.

HSL color Cylindrical-coordinate representation of color #8E6427: hue angle of 35.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E6427 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14210039-
CMYK00.300.730.44
HSL35.53º56.91%35.49%-
HSV(B)35.53º72.54%55.69%-
XYZ16.0815.013.97-
YUV105.690.41153.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=50.53%
G=35.59%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421003900.300.730.4435.5356.9135.49
Hex8E642701E492C243923
Octal2161444703611154447143
Binary1000111011001001001110111101001001101100100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,39); }

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

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

 a { background-color: rgb(142,100,39); }

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

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

 span { border-color: rgb(142,100,39); }

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