#9F7C14

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

Shades of Hacienda #9F7C14

Tints of Hacienda #9F7C14

Color information

#9F7C14 (or 0x9F7C14) is unknown color: approx Hacienda. HEX triplet: 9F, 7C and 14. RGB value is (159,124,20). Sum of RGB (Red+Green+Blue) = 159+124+20=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7C14 is #6083EB. Grayscale: #7B7B7B. Windows color (decimal): -6325228 or 1342623. OLE color: 1342623.

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

Color convert

RGB15912420-
CMYK00.220.870.38
HSL44.89º77.65%35.1%-
HSV(B)44.89º87.42%62.35%-
XYZ21.6321.843.74-
YUV122.6170.1153.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=52.48%
G=40.92%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591242000.220.870.3844.8977.6535.1
Hex9F7C1401657262d4e23
Octal23717424026127465511643
Binary1001111111111001010001011010101111001101011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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