#9e5d23

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

Shades of Afghan Tan #9E5D23

Tints of Afghan Tan #9E5D23

Color information

#9E5D23 (or 0x9E5D23) is unknown color: approx Afghan Tan. HEX triplet: 9E, 5D and 23. RGB value is (158,93,35). Sum of RGB (Red+Green+Blue) = 158+93+35=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5D23 is #61A2DC. Grayscale: #6A6A6A. Windows color (decimal): -6398685 or 2317726. OLE color: 2317726.

HSL color Cylindrical-coordinate representation of color #9E5D23: hue angle of 28.29º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E5D23 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1589335-
CMYK00.410.780.38
HSL28.29º63.73%37.84%-
HSV(B)28.29º77.85%61.96%-
XYZ18.3215.223.56-
YUV105.8288.03165.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 35 (14.06% from 255) = 12.24%
R=55.24%
G=32.52%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158933500.410.780.3828.2963.7337.84
Hex9E5D230294E261c4026
Octal23613543051116463410046
Binary10011110101110110001101010011001110100110111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e5d23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e5d23; }

 p { color: rgb(158,93,35); }

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

<style>
 a { background-color: #9e5d23; }

 a { background-color: rgb(158,93,35); }

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

<style>
 span { border-color: #9e5d23; }

 span { border-color: rgb(158,93,35); }

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