Html Css Color HEX #8D5E1F Afghan Tan

📋 copy color: '#8D5E1F'

red 141 ◦ green 94 ◦ blue 31

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

Shades of Afghan Tan #8D5E1F

Tints of Afghan Tan #8D5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 53.01%
G = 35.34%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D5E1F (or 0x8D5E1F) is known color: Afghan Tan. HEX triplet: 8D, 5E and 1F. RGB value is (141,94,31). Sum of RGB (Red+Green+Blue) = 141+94+31=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E1F is #72A1E0. Grayscale: #656565. Windows color (decimal): -7512545 or 2055821. OLE color: 2055821.

HSL color Cylindrical-coordinate representation of color #8D5E1F: hue angle of 34.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D5E1F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 94 31 -
CMYK 0 0.33 0.78 0.45
HSL 34.36º 0.64% 0.34% -
HSV(B) 34.36º 0.78% 0.55% -
XYZ 15.23 13.77 3.15 -
YUV 100.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 141 94 31 0 0.33 0.78 0.45 34.36 0.64 0.34
Hex 8D 5E 1F 0 21 4E 2D 22 40 22
Octal 215 136 37 0 41 116 55 42 100 42
Binary 10001101 1011110 11111 0 100001 1001110 101101 100010 1000000 100010

Color Harmonies of #8D5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E1F

Black with #8D5E1F

Text Example


Text Example

White with #8D5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,31); }

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

background-color css

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

 a { background-color: rgb(141,94,31); }

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

border-color css

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

 span { border-color: rgb(141,94,31); }

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