#9F780B

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

Shades of Hacienda #9F780B

Tints of Hacienda #9F780B

Color information

#9F780B (or 0x9F780B) is unknown color: approx Hacienda. HEX triplet: 9F, 78 and 0B. RGB value is (159,120,11). Sum of RGB (Red+Green+Blue) = 159+120+11=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F780B is #6087F4. Grayscale: #777777. Windows color (decimal): -6326261 or 751775. OLE color: 751775.

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

Color convert

RGB15912011-
CMYK00.250.930.38
HSL44.19º87.06%33.33%-
HSV(B)44.19º93.08%62.35%-
XYZ21.0720.833.23-
YUV119.2466.92156.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=54.83%
G=41.38%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591201100.250.930.3844.1987.0633.33
Hex9F78B0195D262c5721
Octal23717013031135465412741
Binary100111111111000101101100110111011001101011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,11); }

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

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

 a { background-color: rgb(159,120,11); }

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

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

 span { border-color: rgb(159,120,11); }

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