Html Css Color HEX #9F8411 Hacienda

📋 copy color: '#9F8411'

red 159 ◦ green 132 ◦ blue 17

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

Shades of Hacienda #9F8411

Tints of Hacienda #9F8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

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

R = 51.62%
G = 42.86%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F8411 (or 0x9F8411) is known color: Hacienda. HEX triplet: 9F, 84 and 11. RGB value is (159,132,17). Sum of RGB (Red+Green+Blue) = 159+132+17=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8411 is #607BEE. Grayscale: #7F7F7F. Windows color (decimal): -6323183 or 1148063. OLE color: 1148063.

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

Color convert

RGB 159 132 17 -
CMYK 0 0.17 0.89 0.38
HSL 48.59º 0.81% 0.35% -
HSV(B) 48.59º 0.89% 0.62% -
XYZ 22.65 23.91 3.95 -
YUV 126.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 159 132 17 0 0.17 0.89 0.38 48.59 0.81 0.35
Hex 9F 84 11 0 11 59 26 31 51 23
Octal 237 204 21 0 21 131 46 61 121 43
Binary 10011111 10000100 10001 0 10001 1011001 100110 110001 1010001 100011

Color Harmonies of #9F8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8411

Black with #9F8411

Text Example


Text Example

White with #9F8411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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