#8D5722

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

Shades of Afghan Tan #8D5722

Tints of Afghan Tan #8D5722

Color information

#8D5722 (or 0x8D5722) is unknown color: approx Afghan Tan. HEX triplet: 8D, 57 and 22. RGB value is (141,87,34). Sum of RGB (Red+Green+Blue) = 141+87+34=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5722 is #72A8DD. Grayscale: #616161. Windows color (decimal): -7514334 or 2250637. OLE color: 2250637.

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

Color convert

RGB1418734-
CMYK00.380.760.45
HSL29.72º61.14%34.31%-
HSV(B)29.72º75.89%55.29%-
XYZ14.6812.593.17-
YUV97.192.39159.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=53.82%
G=33.21%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141873400.380.760.4529.7261.1434.31
Hex8D57220264C2D1e3d22
Octal2151274204611455367542
Binary1000110110101111000100100110100110010110111110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,87,34); }

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

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

 a { background-color: rgb(141,87,34); }

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

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

 span { border-color: rgb(141,87,34); }

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