#8D5E23

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

Shades of Afghan Tan #8D5E23

Tints of Afghan Tan #8D5E23

Color information

#8D5E23 (or 0x8D5E23) is unknown color: approx Afghan Tan. HEX triplet: 8D, 5E and 23. RGB value is (141,94,35). Sum of RGB (Red+Green+Blue) = 141+94+35=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E23 is #72A1DC. Grayscale: #656565. Windows color (decimal): -7512541 or 2317965. OLE color: 2317965.

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

Color convert

RGB1419435-
CMYK00.330.750.45
HSL33.4º60.23%34.51%-
HSV(B)33.4º75.18%55.29%-
XYZ15.2913.793.45-
YUV101.3390.57156.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 35 (14.06% from 255) = 12.96%
R=52.22%
G=34.81%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141943500.330.750.4533.460.2334.51
Hex8D5E230214B2D213c23
Octal2151364304111355417443
Binary10001101101111010001101000011001011101101100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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