Html Css Color HEX #8D541E Afghan Tan

📋 copy color: '#8D541E'

red 141 ◦ green 84 ◦ blue 30

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

Shades of Afghan Tan #8D541E

Tints of Afghan Tan #8D541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 55.29%
G = 32.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D541E (or 0x8D541E) is known color: Afghan Tan. HEX triplet: 8D, 54 and 1E. RGB value is (141,84,30). Sum of RGB (Red+Green+Blue) = 141+84+30=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D541E is #72ABE1. Grayscale: #5F5F5F. Windows color (decimal): -7515106 or 1987725. OLE color: 1987725.

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

Color convert

RGB 141 84 30 -
CMYK 0 0.40 0.79 0.45
HSL 29.19º 0.65% 0.34% -
HSV(B) 29.19º 0.79% 0.55% -
XYZ 14.39 12.1 2.8 -
YUV 94.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 141 84 30 0 0.40 0.79 0.45 29.19 0.65 0.34
Hex 8D 54 1E 0 28 4F 2D 1D 41 22
Octal 215 124 36 0 50 117 55 35 101 42
Binary 10001101 1010100 11110 0 101000 1001111 101101 11101 1000001 100010

Color Harmonies of #8D541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D541E

Black with #8D541E

Text Example


Text Example

White with #8D541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,84,30); }

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

background-color css

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

 a { background-color: rgb(141,84,30); }

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

border-color css

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

 span { border-color: rgb(141,84,30); }

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