#9A7052

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

Shades of Dark Tan #9A7052

Tints of Dark Tan #9A7052

Color information

#9A7052 (or 0x9A7052) is unknown color: approx Dark Tan. HEX triplet: 9A, 70 and 52. RGB value is (154,112,82). Sum of RGB (Red+Green+Blue) = 154+112+82=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7052 is #658FAD. Grayscale: #797979. Windows color (decimal): -6655918 or 5402778. OLE color: 5402778.

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

Color convert

RGB15411282-
CMYK00.270.470.40
HSL25º30.51%46.27%-
HSV(B)25º46.75%60.39%-
XYZ20.6419.0710.58-
YUV121.14105.91151.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.25%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=44.25%
G=32.18%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541128200.270.470.402530.5146.27
Hex9A705201B2F28191f2e
Octal2321601220335750313756
Binary10011010111000010100100110111011111010001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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