Html Css Color HEX #8E6520 Afghan Tan

📋 copy color: '#8E6520'

red 142 ◦ green 101 ◦ blue 32

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

Shades of Afghan Tan #8E6520

Tints of Afghan Tan #8E6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 51.64%
G = 36.73%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E6520 (or 0x8E6520) is known color: Afghan Tan. HEX triplet: 8E, 65 and 20. RGB value is (142,101,32). Sum of RGB (Red+Green+Blue) = 142+101+32=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6520 is #719ADF. Grayscale: #696969. Windows color (decimal): -7445216 or 2123150. OLE color: 2123150.

HSL color Cylindrical-coordinate representation of color #8E6520: hue angle of 37.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E6520 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 32 -
CMYK 0 0.29 0.77 0.44
HSL 37.64º 0.63% 0.34% -
HSV(B) 37.64º 0.77% 0.56% -
XYZ 16.07 15.16 3.45 -
YUV 105.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 142 101 32 0 0.29 0.77 0.44 37.64 0.63 0.34
Hex 8E 65 20 0 1D 4D 2C 26 3F 22
Octal 216 145 40 0 35 115 54 46 77 42
Binary 10001110 1100101 100000 0 11101 1001101 101100 100110 111111 100010

Color Harmonies of #8E6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6520

Black with #8E6520

Text Example


Text Example

White with #8E6520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,32); }

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

background-color css

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

 a { background-color: rgb(142,101,32); }

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

border-color css

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

 span { border-color: rgb(142,101,32); }

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