#8D6321

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

Shades of Afghan Tan #8D6321

Tints of Afghan Tan #8D6321

Color information

#8D6321 (or 0x8D6321) is unknown color: approx Afghan Tan. HEX triplet: 8D, 63 and 21. RGB value is (141,99,33). Sum of RGB (Red+Green+Blue) = 141+99+33=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6321 is #729CDE. Grayscale: #686868. Windows color (decimal): -7511263 or 2188173. OLE color: 2188173.

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

Color convert

RGB1419933-
CMYK00.300.770.45
HSL36.67º62.07%34.12%-
HSV(B)36.67º76.6%55.29%-
XYZ15.7214.73.45-
YUV104.0387.91154.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=51.65%
G=36.26%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141993300.300.770.4536.6762.0734.12
Hex8D632101E4D2D253e22
Octal2151434103611555457642
Binary1000110111000111000010111101001101101101100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,33); }

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

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

 a { background-color: rgb(141,99,33); }

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

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

 span { border-color: rgb(141,99,33); }

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