Html Css Color HEX #8E6521 Afghan Tan

📋 copy color: '#8E6521'

red 142 ◦ green 101 ◦ blue 33

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

Shades of Afghan Tan #8E6521

Tints of Afghan Tan #8E6521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 51.45%
G = 36.59%
B = 11.96%

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

#8E6521 (or 0x8E6521) is known color: Afghan Tan. HEX triplet: 8E, 65 and 21. RGB value is (142,101,33). Sum of RGB (Red+Green+Blue) = 142+101+33=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6521 is #719ADE. Grayscale: #696969. Windows color (decimal): -7445215 or 2188686. OLE color: 2188686.

HSL color Cylindrical-coordinate representation of color #8E6521: hue angle of 37.43º degrees, saturation: 0.62, 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 #8E6521 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 33 -
CMYK 0 0.29 0.77 0.44
HSL 37.43º 0.62% 0.34% -
HSV(B) 37.43º 0.77% 0.56% -
XYZ 16.08 15.17 3.52 -
YUV 105.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 142 101 33 0 0.29 0.77 0.44 37.43 0.62 0.34
Hex 8E 65 21 0 1D 4D 2C 25 3E 22
Octal 216 145 41 0 35 115 54 45 76 42
Binary 10001110 1100101 100001 0 11101 1001101 101100 100101 111110 100010

Color Harmonies of #8E6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6521

Black with #8E6521

Text Example


Text Example

White with #8E6521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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