Html Css Color HEX #8D5516 Afghan Tan

📋 copy color: '#8D5516'

red 141 ◦ green 85 ◦ blue 22

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

Shades of Afghan Tan #8D5516

Tints of Afghan Tan #8D5516

RGB

 RED value IS 141 (55.47% from 255) = 56.85%

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 56.85%
G = 34.27%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D5516 (or 0x8D5516) is known color: Afghan Tan. HEX triplet: 8D, 55 and 16. RGB value is (141,85,22). Sum of RGB (Red+Green+Blue) = 141+85+22=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5516 is #72AAE9. Grayscale: #5E5E5E. Windows color (decimal): -7514858 or 1463693. OLE color: 1463693.

HSL color Cylindrical-coordinate representation of color #8D5516: hue angle of 31.76º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D5516 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 85 22 -
CMYK 0 0.40 0.84 0.45
HSL 31.76º 0.73% 0.32% -
HSV(B) 31.76º 0.84% 0.55% -
XYZ 14.38 12.22 2.36 -
YUV 94.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 141 85 22 0 0.40 0.84 0.45 31.76 0.73 0.32
Hex 8D 55 16 0 28 54 2D 20 49 20
Octal 215 125 26 0 50 124 55 40 111 40
Binary 10001101 1010101 10110 0 101000 1010100 101101 100000 1001001 100000

Color Harmonies of #8D5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5516

Black with #8D5516

Text Example


Text Example

White with #8D5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,85,22); }

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

background-color css

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

 a { background-color: rgb(141,85,22); }

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

border-color css

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

 span { border-color: rgb(141,85,22); }

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