Html Css Color HEX #8E6527 Afghan Tan

📋 copy color: '#8E6527'

red 142 ◦ green 101 ◦ blue 39

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

Shades of Afghan Tan #8E6527

Tints of Afghan Tan #8E6527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 50.35%
G = 35.82%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E6527 (or 0x8E6527) is known color: Afghan Tan. HEX triplet: 8E, 65 and 27. RGB value is (142,101,39). Sum of RGB (Red+Green+Blue) = 142+101+39=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6527 is #719AD8. Grayscale: #6A6A6A. Windows color (decimal): -7445209 or 2581902. OLE color: 2581902.

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

Color convert

RGB 142 101 39 -
CMYK 0 0.29 0.73 0.44
HSL 36.12º 0.57% 0.35% -
HSV(B) 36.12º 0.73% 0.56% -
XYZ 16.18 15.2 4 -
YUV 106.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 142 101 39 0 0.29 0.73 0.44 36.12 0.57 0.35
Hex 8E 65 27 0 1D 49 2C 24 39 23
Octal 216 145 47 0 35 111 54 44 71 43
Binary 10001110 1100101 100111 0 11101 1001001 101100 100100 111001 100011

Color Harmonies of #8E6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6527

Black with #8E6527

Text Example


Text Example

White with #8E6527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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