#8E561B

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

Shades of Afghan Tan #8E561B

Tints of Afghan Tan #8E561B

Color information

#8E561B (or 0x8E561B) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 1B. RGB value is (142,86,27). Sum of RGB (Red+Green+Blue) = 142+86+27=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E561B is #71A9E4. Grayscale: #606060. Windows color (decimal): -7449061 or 1791630. OLE color: 1791630.

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

Color convert

RGB1428627-
CMYK00.390.810.44
HSL30.78º68.05%33.14%-
HSV(B)30.78º80.99%55.69%-
XYZ14.6812.492.67-
YUV96.0289.05160.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=55.69%
G=33.73%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142862700.390.810.4430.7868.0533.14
Hex8E561B027512C1f4421
Octal21612633047121543710441
Binary1000111010101101101101001111010001101100111111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,27); }

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

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

 a { background-color: rgb(142,86,27); }

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

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

 span { border-color: rgb(142,86,27); }

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