#8D5A23

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

Shades of Afghan Tan #8D5A23

Tints of Afghan Tan #8D5A23

Color information

#8D5A23 (or 0x8D5A23) is unknown color: approx Afghan Tan. HEX triplet: 8D, 5A and 23. RGB value is (141,90,35). Sum of RGB (Red+Green+Blue) = 141+90+35=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A23 is #72A5DC. Grayscale: #636363. Windows color (decimal): -7513565 or 2316941. OLE color: 2316941.

HSL color Cylindrical-coordinate representation of color #8D5A23: hue angle of 31.13º 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 #8D5A23 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB1419035-
CMYK00.360.750.45
HSL31.13º60.23%34.51%-
HSV(B)31.13º75.18%55.29%-
XYZ14.9413.13.33-
YUV98.9891.9157.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 35 (14.06% from 255) = 13.16%
R=53.01%
G=33.83%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141903500.360.750.4531.1360.2334.51
Hex8D5A230244B2D1f3c23
Octal2151324304411355377443
Binary1000110110110101000110100100100101110110111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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