#9F8014

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

Shades of Hacienda #9F8014

Tints of Hacienda #9F8014

Color information

#9F8014 (or 0x9F8014) is unknown color: approx Hacienda. HEX triplet: 9F, 80 and 14. RGB value is (159,128,20). Sum of RGB (Red+Green+Blue) = 159+128+20=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8014 is #607FEB. Grayscale: #7D7D7D. Windows color (decimal): -6324204 or 1343647. OLE color: 1343647.

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

Color convert

RGB15912820-
CMYK00.190.870.38
HSL46.62º77.65%35.1%-
HSV(B)46.62º87.42%62.35%-
XYZ22.1422.863.91-
YUV124.9668.77152.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=51.79%
G=41.69%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591282000.190.870.3846.6277.6535.1
Hex9F801401357262f4e23
Octal23720024023127465711643
Binary10011111100000001010001001110101111001101011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,20); }

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

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

 a { background-color: rgb(159,128,20); }

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

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

 span { border-color: rgb(159,128,20); }

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