#8D5829

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

Shades of Afghan Tan #8D5829

Tints of Afghan Tan #8D5829

Color information

#8D5829 (or 0x8D5829) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 29. RGB value is (141,88,41). Sum of RGB (Red+Green+Blue) = 141+88+41=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5829 is #72A7D6. Grayscale: #626262. Windows color (decimal): -7514071 or 2709645. OLE color: 2709645.

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

Color convert

RGB1418841-
CMYK00.380.710.45
HSL28.2º54.95%35.69%-
HSV(B)28.2º70.92%55.29%-
XYZ14.8712.83.78-
YUV98.4995.56158.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=52.22%
G=32.59%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141884100.380.710.4528.254.9535.69
Hex8D5829026472D1c3724
Octal2151305104610755346744
Binary1000110110110001010010100110100011110110111100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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