#9A7053

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

Shades of Dark Tan #9A7053

Tints of Dark Tan #9A7053

Color information

#9A7053 (or 0x9A7053) is unknown color: approx Dark Tan. HEX triplet: 9A, 70 and 53. RGB value is (154,112,83). Sum of RGB (Red+Green+Blue) = 154+112+83=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7053 is #658FAC. Grayscale: #797979. Windows color (decimal): -6655917 or 5468314. OLE color: 5468314.

HSL color Cylindrical-coordinate representation of color #9A7053: hue angle of 24.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A7053 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15411283-
CMYK00.270.460.40
HSL24.51º29.96%46.47%-
HSV(B)24.51º46.1%60.39%-
XYZ20.6819.0810.78-
YUV121.25106.41151.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=44.13%
G=32.09%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541128300.270.460.4024.5129.9646.47
Hex9A705301B2E28191e2e
Octal2321601230335650313656
Binary10011010111000010100110110111011101010001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,83); }

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

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

 a { background-color: rgb(154,112,83); }

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

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

 span { border-color: rgb(154,112,83); }

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