#9F8316

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

Shades of Hacienda #9F8316

Tints of Hacienda #9F8316

Color information

#9F8316 (or 0x9F8316) is unknown color: approx Hacienda. HEX triplet: 9F, 83 and 16. RGB value is (159,131,22). Sum of RGB (Red+Green+Blue) = 159+131+22=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8316 is #607CE9. Grayscale: #7F7F7F. Windows color (decimal): -6323434 or 1475487. OLE color: 1475487.

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

Color convert

RGB15913122-
CMYK00.180.860.38
HSL47.74º75.69%35.49%-
HSV(B)47.74º86.16%62.35%-
XYZ22.5623.664.14-
YUV126.9568.78150.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=50.96%
G=41.99%
B=7.05%

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
Decimal1591312200.180.860.3847.7475.6935.49
Hex9F83160125626304c23
Octal23720326022126466011443
Binary10011111100000111011001001010101101001101100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,22); }

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

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

 a { background-color: rgb(159,131,22); }

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

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

 span { border-color: rgb(159,131,22); }

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