#9D5D27

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

Shades of Afghan Tan #9D5D27

Tints of Afghan Tan #9D5D27

Color information

#9D5D27 (or 0x9D5D27) is unknown color: approx Afghan Tan. HEX triplet: 9D, 5D and 27. RGB value is (157,93,39). Sum of RGB (Red+Green+Blue) = 157+93+39=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D27 is #62A2D8. Grayscale: #6A6A6A. Windows color (decimal): -6464217 or 2579869. OLE color: 2579869.

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

Color convert

RGB1579339-
CMYK00.410.750.38
HSL27.46º60.2%38.43%-
HSV(B)27.46º75.16%61.57%-
XYZ18.1915.143.88-
YUV105.9890.2164.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=54.33%
G=32.18%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157933900.410.750.3827.4660.238.43
Hex9D5D270294B261b3c26
Octal2351354705111346337446
Binary1001110110111011001110101001100101110011011011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,39); }

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

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

 a { background-color: rgb(157,93,39); }

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

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

 span { border-color: rgb(157,93,39); }

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