Html Css Color HEX #9F8311 Hacienda

📋 copy color: '#9F8311'

red 159 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #9F8311

Tints of Hacienda #9F8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

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

R = 51.79%
G = 42.67%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F8311 (or 0x9F8311) is known color: Hacienda. HEX triplet: 9F, 83 and 11. RGB value is (159,131,17). Sum of RGB (Red+Green+Blue) = 159+131+17=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8311 is #607CEE. Grayscale: #7E7E7E. Windows color (decimal): -6323439 or 1147807. OLE color: 1147807.

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

Color convert

RGB 159 131 17 -
CMYK 0 0.18 0.89 0.38
HSL 48.17º 0.81% 0.35% -
HSV(B) 48.17º 0.89% 0.62% -
XYZ 22.52 23.64 3.91 -
YUV 126.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 159 131 17 0 0.18 0.89 0.38 48.17 0.81 0.35
Hex 9F 83 11 0 12 59 26 30 51 23
Octal 237 203 21 0 22 131 46 60 121 43
Binary 10011111 10000011 10001 0 10010 1011001 100110 110000 1010001 100011

Color Harmonies of #9F8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8311

Black with #9F8311

Text Example


Text Example

White with #9F8311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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