#9F8313

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

Shades of Hacienda #9F8313

Tints of Hacienda #9F8313

Color information

#9F8313 (or 0x9F8313) is unknown color: approx Hacienda. HEX triplet: 9F, 83 and 13. RGB value is (159,131,19). Sum of RGB (Red+Green+Blue) = 159+131+19=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8313 is #607CEC. Grayscale: #7F7F7F. Windows color (decimal): -6323437 or 1278879. OLE color: 1278879.

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

Color convert

RGB15913119-
CMYK00.180.880.38
HSL48º78.65%34.9%-
HSV(B)48º88.05%62.35%-
XYZ22.5323.653.99-
YUV126.667.28151.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=51.46%
G=42.39%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591311900.180.880.384878.6534.9
Hex9F83130125826304f23
Octal23720323022130466011743
Binary10011111100000111001101001010110001001101100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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