Html Css Color HEX #9F7911 Hacienda

📋 copy color: '#9F7911'

red 159 ◦ green 121 ◦ blue 17

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

Shades of Hacienda #9F7911

Tints of Hacienda #9F7911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 53.54%
G = 40.74%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F7911 (or 0x9F7911) is known color: Hacienda. HEX triplet: 9F, 79 and 11. RGB value is (159,121,17). Sum of RGB (Red+Green+Blue) = 159+121+17=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7911 is #6086EE. Grayscale: #787878. Windows color (decimal): -6325999 or 1145247. OLE color: 1145247.

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

Color convert

RGB 159 121 17 -
CMYK 0 0.24 0.89 0.38
HSL 43.94º 0.81% 0.35% -
HSV(B) 43.94º 0.89% 0.62% -
XYZ 21.24 21.09 3.48 -
YUV 120.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 159 121 17 0 0.24 0.89 0.38 43.94 0.81 0.35
Hex 9F 79 11 0 18 59 26 2C 51 23
Octal 237 171 21 0 30 131 46 54 121 43
Binary 10011111 1111001 10001 0 11000 1011001 100110 101100 1010001 100011

Color Harmonies of #9F7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7911

Black with #9F7911

Text Example


Text Example

White with #9F7911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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