#8D581D

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

Shades of Afghan Tan #8D581D

Tints of Afghan Tan #8D581D

Color information

#8D581D (or 0x8D581D) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 1D. RGB value is (141,88,29). Sum of RGB (Red+Green+Blue) = 141+88+29=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D581D is #72A7E2. Grayscale: #616161. Windows color (decimal): -7514083 or 1923213. OLE color: 1923213.

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

Color convert

RGB1418829-
CMYK00.380.790.45
HSL31.61º65.88%33.33%-
HSV(B)31.61º79.43%55.29%-
XYZ14.712.732.85-
YUV97.1289.56159.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=54.65%
G=34.11%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141882900.380.790.4531.6165.8833.33
Hex8D581D0264F2D204221
Octal21513035046117554010241
Binary10001101101100011101010011010011111011011000001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D581D;
 }
 .AnyTagClassName
 {
   color: #8D581D;
 }
</style>
background-color css

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

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

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

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

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

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