#8E5C1B

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

Shades of Afghan Tan #8E5C1B

Tints of Afghan Tan #8E5C1B

Color information

#8E5C1B (or 0x8E5C1B) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5C and 1B. RGB value is (142,92,27). Sum of RGB (Red+Green+Blue) = 142+92+27=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C1B is #71A3E4. Grayscale: #636363. Windows color (decimal): -7447525 or 1793166. OLE color: 1793166.

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

Color convert

RGB1429227-
CMYK00.350.810.44
HSL33.91º68.05%33.14%-
HSV(B)33.91º80.99%55.69%-
XYZ15.1813.482.84-
YUV99.5487.06158.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=54.41%
G=35.25%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142922700.350.810.4433.9168.0533.14
Hex8E5C1B023512C224421
Octal21613433043121544210441
Binary10001110101110011011010001110100011011001000101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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