#8E5F1B

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

Shades of Afghan Tan #8E5F1B

Tints of Afghan Tan #8E5F1B

Color information

#8E5F1B (or 0x8E5F1B) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5F and 1B. RGB value is (142,95,27). Sum of RGB (Red+Green+Blue) = 142+95+27=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F1B is #71A0E4. Grayscale: #656565. Windows color (decimal): -7446757 or 1793934. OLE color: 1793934.

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

Color convert

RGB1429527-
CMYK00.330.810.44
HSL35.48º68.05%33.14%-
HSV(B)35.48º80.99%55.69%-
XYZ15.4514.012.93-
YUV101.386.07157.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=53.79%
G=35.98%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142952700.330.810.4435.4868.0533.14
Hex8E5F1B021512C234421
Octal21613733041121544310441
Binary10001110101111111011010000110100011011001000111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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