#9D7C11

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

Shades of Hacienda #9D7C11

Tints of Hacienda #9D7C11

Color information

#9D7C11 (or 0x9D7C11) is unknown color: approx Hacienda. HEX triplet: 9D, 7C and 11. RGB value is (157,124,17). Sum of RGB (Red+Green+Blue) = 157+124+17=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7C11 is #6283EE. Grayscale: #7A7A7A. Windows color (decimal): -6456303 or 1146013. OLE color: 1146013.

HSL color Cylindrical-coordinate representation of color #9D7C11: hue angle of 45.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D7C11 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15712417-
CMYK00.210.890.38
HSL45.86º80.46%34.12%-
HSV(B)45.86º89.17%61.57%-
XYZ21.2121.623.59-
YUV121.6768.93153.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=52.68%
G=41.61%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571241700.210.890.3845.8680.4634.12
Hex9D7C1101559262e5022
Octal23517421025131465612042
Binary1001110111111001000101010110110011001101011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,17); }

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

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

 a { background-color: rgb(157,124,17); }

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

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

 span { border-color: rgb(157,124,17); }

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