Html Css Color HEX #9F780B Hacienda

📋 copy color: '#9F780B'

red 159 ◦ green 120 ◦ blue 11

#9F780B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #9F780B

Tints of Hacienda #9F780B

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 value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F780B (or 0x9F780B) is known color: 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

RGB 159 120 11 -
CMYK 0 0.25 0.93 0.38
HSL 44.19º 0.87% 0.33% -
HSV(B) 44.19º 0.93% 0.62% -
XYZ 21.07 20.83 3.23 -
YUV 119.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 159 120 11 0 0.25 0.93 0.38 44.19 0.87 0.33
Hex 9F 78 B 0 19 5D 26 2C 57 21
Octal 237 170 13 0 31 135 46 54 127 41
Binary 10011111 1111000 1011 0 11001 1011101 100110 101100 1010111 100001

Color Harmonies of #9F780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F780B

Black with #9F780B

Text Example


Text Example

White with #9F780B

Text Example


Text Example

HTML Codes & Css Web 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>