#9D7054

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

Shades of Dark Tan #9D7054

Tints of Dark Tan #9D7054

Color information

#9D7054 (or 0x9D7054) is unknown color: approx Dark Tan. HEX triplet: 9D, 70 and 54. RGB value is (157,112,84). Sum of RGB (Red+Green+Blue) = 157+112+84=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7054 is #628FAB. Grayscale: #7A7A7A. Windows color (decimal): -6459308 or 5533853. OLE color: 5533853.

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

Color convert

RGB15711284-
CMYK00.290.460.38
HSL23.01º30.29%47.25%-
HSV(B)23.01º46.5%61.57%-
XYZ21.319.411.01-
YUV122.26106.41152.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=44.48%
G=31.73%
B=23.80%

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
Decimal1571128400.290.460.3823.0130.2947.25
Hex9D705401D2E26171e2f
Octal2351601240355646273657
Binary10011101111000010101000111011011101001101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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