Html Css Color HEX #8D5625 Afghan Tan

📋 copy color: '#8D5625'

red 141 ◦ green 86 ◦ blue 37

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

Shades of Afghan Tan #8D5625

Tints of Afghan Tan #8D5625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 53.41%
G = 32.58%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D5625 (or 0x8D5625) is known color: Afghan Tan. HEX triplet: 8D, 56 and 25. RGB value is (141,86,37). Sum of RGB (Red+Green+Blue) = 141+86+37=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5625 is #72A9DA. Grayscale: #616161. Windows color (decimal): -7514587 or 2446989. OLE color: 2446989.

HSL color Cylindrical-coordinate representation of color #8D5625: hue angle of 28.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D5625 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 86 37 -
CMYK 0 0.39 0.74 0.45
HSL 28.27º 0.58% 0.35% -
HSV(B) 28.27º 0.74% 0.55% -
XYZ 14.65 12.45 3.38 -
YUV 96.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 141 86 37 0 0.39 0.74 0.45 28.27 0.58 0.35
Hex 8D 56 25 0 27 4A 2D 1C 3A 23
Octal 215 126 45 0 47 112 55 34 72 43
Binary 10001101 1010110 100101 0 100111 1001010 101101 11100 111010 100011

Color Harmonies of #8D5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5625

Black with #8D5625

Text Example


Text Example

White with #8D5625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,86,37); }

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

background-color css

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

 a { background-color: rgb(141,86,37); }

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

border-color css

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

 span { border-color: rgb(141,86,37); }

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