#9F8217

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

Shades of Hacienda #9F8217

Tints of Hacienda #9F8217

Color information

#9F8217 (or 0x9F8217) is unknown color: approx Hacienda. HEX triplet: 9F, 82 and 17. RGB value is (159,130,23). Sum of RGB (Red+Green+Blue) = 159+130+23=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8217 is #607DE8. Grayscale: #7E7E7E. Windows color (decimal): -6323689 or 1540767. OLE color: 1540767.

HSL color Cylindrical-coordinate representation of color #9F8217: hue angle of 47.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F8217 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15913023-
CMYK00.180.860.38
HSL47.21º74.73%35.69%-
HSV(B)47.21º85.53%62.35%-
XYZ22.4423.44.14-
YUV126.4769.61151.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=50.96%
G=41.67%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591302300.180.860.3847.2174.7335.69
Hex9F821701256262f4b24
Octal23720227022126465711344
Binary10011111100000101011101001010101101001101011111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,23); }

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

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

 a { background-color: rgb(159,130,23); }

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

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

 span { border-color: rgb(159,130,23); }

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