#9F8515

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

Shades of Hacienda #9F8515

Tints of Hacienda #9F8515

Color information

#9F8515 (or 0x9F8515) is unknown color: approx Hacienda. HEX triplet: 9F, 85 and 15. RGB value is (159,133,21). Sum of RGB (Red+Green+Blue) = 159+133+21=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8515 is #607AEA. Grayscale: #808080. Windows color (decimal): -6322923 or 1410463. OLE color: 1410463.

HSL color Cylindrical-coordinate representation of color #9F8515: hue angle of 48.7º degrees, saturation: 0.77, 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 #9F8515 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15913321-
CMYK00.160.870.38
HSL48.7º76.67%35.29%-
HSV(B)48.7º86.79%62.35%-
XYZ22.8224.24.18-
YUV128.0167.61150.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=50.80%
G=42.49%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591332100.160.870.3848.776.6735.29
Hex9F85150105726314d23
Octal23720525020127466111543
Binary10011111100001011010101000010101111001101100011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,21); }

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

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

 a { background-color: rgb(159,133,21); }

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

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

 span { border-color: rgb(159,133,21); }

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