#9D7E17

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

Shades of Hacienda #9D7E17

Tints of Hacienda #9D7E17

Color information

#9D7E17 (or 0x9D7E17) is unknown color: approx Hacienda. HEX triplet: 9D, 7E and 17. RGB value is (157,126,23). Sum of RGB (Red+Green+Blue) = 157+126+23=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7E17 is #6281E8. Grayscale: #7B7B7B. Windows color (decimal): -6455785 or 1539741. OLE color: 1539741.

HSL color Cylindrical-coordinate representation of color #9D7E17: hue angle of 46.12º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D7E17 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB15712623-
CMYK00.200.850.38
HSL46.12º74.44%35.29%-
HSV(B)46.12º85.35%61.57%-
XYZ21.5222.153.95-
YUV123.5371.27151.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.31%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 23 (9.38% from 255) = 7.52%
R=51.31%
G=41.18%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571262300.200.850.3846.1274.4435.29
Hex9D7E1701455262e4a23
Octal23517627024125465611243
Binary1001110111111101011101010010101011001101011101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,23); }

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

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

 a { background-color: rgb(157,126,23); }

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

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

 span { border-color: rgb(157,126,23); }

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