#8D541E

Color #8D541E Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8D541E

Tints of Afghan Tan #8D541E

Color information

#8D541E (or 0x8D541E) is unknown color: approx 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

RGB1418430-
CMYK00.400.790.45
HSL29.19º64.91%33.53%-
HSV(B)29.19º78.72%55.29%-
XYZ14.3912.12.8-
YUV94.8991.38160.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141843000.400.790.4529.1964.9133.53
Hex8D541E0284F2D1d4122
Octal21512436050117553510142
Binary1000110110101001111001010001001111101101111011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>