#9D7055

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

Shades of Dark Tan #9D7055

Tints of Dark Tan #9D7055

Color information

#9D7055 (or 0x9D7055) is unknown color: approx Dark Tan. HEX triplet: 9D, 70 and 55. RGB value is (157,112,85). Sum of RGB (Red+Green+Blue) = 157+112+85=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7055 is #628FAA. Grayscale: #7A7A7A. Windows color (decimal): -6459307 or 5599389. OLE color: 5599389.

HSL color Cylindrical-coordinate representation of color #9D7055: hue angle of 22.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D7055 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15711285-
CMYK00.290.460.38
HSL22.5º29.75%47.45%-
HSV(B)22.5º45.86%61.57%-
XYZ21.3419.4111.22-
YUV122.38106.91152.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.35%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=44.35%
G=31.64%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571128500.290.460.3822.529.7547.45
Hex9D705501D2E26161e2f
Octal2351601250355646263657
Binary10011101111000010101010111011011101001101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,112,85); }

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

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

 a { background-color: rgb(157,112,85); }

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

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

 span { border-color: rgb(157,112,85); }

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