#8D5819

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

Shades of Afghan Tan #8D5819

Tints of Afghan Tan #8D5819

Color information

#8D5819 (or 0x8D5819) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 19. RGB value is (141,88,25). Sum of RGB (Red+Green+Blue) = 141+88+25=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5819 is #72A7E6. Grayscale: #606060. Windows color (decimal): -7514087 or 1661069. OLE color: 1661069.

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

Color convert

RGB1418825-
CMYK00.380.820.45
HSL32.59º69.88%32.55%-
HSV(B)32.59º82.27%55.29%-
XYZ14.6512.712.6-
YUV96.6687.56159.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=55.51%
G=34.65%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141882500.380.820.4532.5969.8832.55
Hex8D5819026522D214621
Octal21513031046122554110641
Binary10001101101100011001010011010100101011011000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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