#8E511E

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

Shades of Afghan Tan #8E511E

Tints of Afghan Tan #8E511E

Color information

#8E511E (or 0x8E511E) is unknown color: approx Afghan Tan. HEX triplet: 8E, 51 and 1E. RGB value is (142,81,30). Sum of RGB (Red+Green+Blue) = 142+81+30=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E511E is #71AEE1. Grayscale: #5D5D5D. Windows color (decimal): -7450338 or 1986958. OLE color: 1986958.

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

Color convert

RGB1428130-
CMYK00.430.790.44
HSL27.32º65.12%33.73%-
HSV(B)27.32º78.87%55.69%-
XYZ14.3311.732.74-
YUV93.4292.21162.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=56.13%
G=32.02%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142813000.430.790.4427.3265.1233.73
Hex8E511E02B4F2C1b4122
Octal21612136053117543310142
Binary1000111010100011111001010111001111101100110111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,30); }

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

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

 a { background-color: rgb(142,81,30); }

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

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

 span { border-color: rgb(142,81,30); }

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