#8D6323

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

Shades of Afghan Tan #8D6323

Tints of Afghan Tan #8D6323

Color information

#8D6323 (or 0x8D6323) is unknown color: approx Afghan Tan. HEX triplet: 8D, 63 and 23. RGB value is (141,99,35). Sum of RGB (Red+Green+Blue) = 141+99+35=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6323 is #729CDC. Grayscale: #686868. Windows color (decimal): -7511261 or 2319245. OLE color: 2319245.

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

Color convert

RGB1419935-
CMYK00.300.750.45
HSL36.23º60.23%34.51%-
HSV(B)36.23º75.18%55.29%-
XYZ15.7514.713.6-
YUV104.2688.91154.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 35 (14.06% from 255) = 12.73%
R=51.27%
G=36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141993500.300.750.4536.2360.2334.51
Hex8D632301E4B2D243c23
Octal2151434303611355447443
Binary1000110111000111000110111101001011101101100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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