Html Css Color HEX #8D521D Afghan Tan

📋 copy color: '#8D521D'

red 141 ◦ green 82 ◦ blue 29

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

Shades of Afghan Tan #8D521D

Tints of Afghan Tan #8D521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 55.95%
G = 32.54%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D521D (or 0x8D521D) is known color: Afghan Tan. HEX triplet: 8D, 52 and 1D. RGB value is (141,82,29). Sum of RGB (Red+Green+Blue) = 141+82+29=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D521D is #72ADE2. Grayscale: #5D5D5D. Windows color (decimal): -7515619 or 1921677. OLE color: 1921677.

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

Color convert

RGB 141 82 29 -
CMYK 0 0.42 0.79 0.45
HSL 28.39º 0.66% 0.33% -
HSV(B) 28.39º 0.79% 0.55% -
XYZ 14.22 11.79 2.69 -
YUV 93.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 141 82 29 0 0.42 0.79 0.45 28.39 0.66 0.33
Hex 8D 52 1D 0 2A 4F 2D 1C 42 21
Octal 215 122 35 0 52 117 55 34 102 41
Binary 10001101 1010010 11101 0 101010 1001111 101101 11100 1000010 100001

Color Harmonies of #8D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D521D

Black with #8D521D

Text Example


Text Example

White with #8D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,29); }

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

background-color css

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

 a { background-color: rgb(141,82,29); }

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

border-color css

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

 span { border-color: rgb(141,82,29); }

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