Html Css Color HEX #9F790B Hacienda

📋 copy color: '#9F790B'

red 159 ◦ green 121 ◦ blue 11

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

Shades of Hacienda #9F790B

Tints of Hacienda #9F790B

RGB

 RED value IS 159 (62.5% from 255) = 54.64%

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 54.64%
G = 41.58%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F790B (or 0x9F790B) is known color: Hacienda. HEX triplet: 9F, 79 and 0B. RGB value is (159,121,11). Sum of RGB (Red+Green+Blue) = 159+121+11=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F790B is #6086F4. Grayscale: #787878. Windows color (decimal): -6326005 or 752031. OLE color: 752031.

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

Color convert

RGB 159 121 11 -
CMYK 0 0.24 0.93 0.38
HSL 44.59º 0.87% 0.33% -
HSV(B) 44.59º 0.93% 0.62% -
XYZ 21.2 21.07 3.27 -
YUV 119.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 159 121 11 0 0.24 0.93 0.38 44.59 0.87 0.33
Hex 9F 79 B 0 18 5D 26 2D 57 21
Octal 237 171 13 0 30 135 46 55 127 41
Binary 10011111 1111001 1011 0 11000 1011101 100110 101101 1010111 100001

Color Harmonies of #9F790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F790B

Black with #9F790B

Text Example


Text Example

White with #9F790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F790B;
 }
 .AnyTagClassName
 {
   color: #9F790B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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