#9D5F23

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

Shades of Afghan Tan #9D5F23

Tints of Afghan Tan #9D5F23

Color information

#9D5F23 (or 0x9D5F23) is unknown color: approx Afghan Tan. HEX triplet: 9D, 5F and 23. RGB value is (157,95,35). Sum of RGB (Red+Green+Blue) = 157+95+35=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5F23 is #62A0DC. Grayscale: #6B6B6B. Windows color (decimal): -6463709 or 2318237. OLE color: 2318237.

HSL color Cylindrical-coordinate representation of color #9D5F23: hue angle of 29.51º 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 #9D5F23 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1579535-
CMYK00.390.780.38
HSL29.51º63.54%37.65%-
HSV(B)29.51º77.71%61.57%-
XYZ18.315.473.61-
YUV106.787.54163.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=54.70%
G=33.10%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157953500.390.780.3829.5163.5437.65
Hex9D5F230274E261e4026
Octal23513743047116463610046
Binary10011101101111110001101001111001110100110111101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,35); }

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

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

 a { background-color: rgb(157,95,35); }

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

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

 span { border-color: rgb(157,95,35); }

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