Html Css Color HEX #8E5929 Afghan Tan

📋 copy color: '#8E5929'

red 142 ◦ green 89 ◦ blue 41

#8E5929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8E5929

Tints of Afghan Tan #8E5929

RGB

 RED value IS 142 (55.86% from 255) = 52.21%

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 52.21%
G = 32.72%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E5929 (or 0x8E5929) is known color: Afghan Tan. HEX triplet: 8E, 59 and 29. RGB value is (142,89,41). Sum of RGB (Red+Green+Blue) = 142+89+41=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5929 is #71A6D6. Grayscale: #636363. Windows color (decimal): -7448279 or 2709902. OLE color: 2709902.

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

Color convert

RGB 142 89 41 -
CMYK 0 0.37 0.71 0.44
HSL 28.51º 0.55% 0.36% -
HSV(B) 28.51º 0.71% 0.56% -
XYZ 15.13 13.06 3.82 -
YUV 99.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 142 89 41 0 0.37 0.71 0.44 28.51 0.55 0.36
Hex 8E 59 29 0 25 47 2C 1D 37 24
Octal 216 131 51 0 45 107 54 35 67 44
Binary 10001110 1011001 101001 0 100101 1000111 101100 11101 110111 100100

Color Harmonies of #8E5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5929

Black with #8E5929

Text Example


Text Example

White with #8E5929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,41); }

 H1.HeaderClassName
 {
   color: #8E5929;
 }
 .AnyTagClassName
 {
   color: #8E5929;
 }
</style>

background-color css

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

 a { background-color: rgb(142,89,41); }

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

border-color css

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

 span { border-color: rgb(142,89,41); }

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