Html Css Color HEX #8D531D Afghan Tan

📋 copy color: '#8D531D'

red 141 ◦ green 83 ◦ blue 29

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

Shades of Afghan Tan #8D531D

Tints of Afghan Tan #8D531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 55.73%
G = 32.81%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D531D (or 0x8D531D) is known color: Afghan Tan. HEX triplet: 8D, 53 and 1D. RGB value is (141,83,29). Sum of RGB (Red+Green+Blue) = 141+83+29=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D531D is #72ACE2. Grayscale: #5E5E5E. Windows color (decimal): -7515363 or 1921933. OLE color: 1921933.

HSL color Cylindrical-coordinate representation of color #8D531D: hue angle of 28.93º 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 #8D531D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 83 29 -
CMYK 0 0.41 0.79 0.45
HSL 28.93º 0.66% 0.33% -
HSV(B) 28.93º 0.79% 0.55% -
XYZ 14.3 11.94 2.71 -
YUV 94.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 141 83 29 0 0.41 0.79 0.45 28.93 0.66 0.33
Hex 8D 53 1D 0 29 4F 2D 1D 42 21
Octal 215 123 35 0 51 117 55 35 102 41
Binary 10001101 1010011 11101 0 101001 1001111 101101 11101 1000010 100001

Color Harmonies of #8D531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D531D

Black with #8D531D

Text Example


Text Example

White with #8D531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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