#8E5F28

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

Shades of Afghan Tan #8E5F28

Tints of Afghan Tan #8E5F28

Color information

#8E5F28 (or 0x8E5F28) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5F and 28. RGB value is (142,95,40). Sum of RGB (Red+Green+Blue) = 142+95+40=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F28 is #71A0D7. Grayscale: #676767. Windows color (decimal): -7446744 or 2645902. OLE color: 2645902.

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

Color convert

RGB1429540-
CMYK00.330.720.44
HSL32.35º56.04%35.69%-
HSV(B)32.35º71.83%55.69%-
XYZ15.6314.093.9-
YUV102.7892.57155.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=51.26%
G=34.30%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142954000.330.720.4432.3556.0435.69
Hex8E5F28021482C203824
Octal2161375004111054407044
Binary10001110101111110100001000011001000101100100000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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