Html Css Color HEX #9F8209 Hacienda

📋 copy color: '#9F8209'

red 159 ◦ green 130 ◦ blue 9

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

Shades of Hacienda #9F8209

Tints of Hacienda #9F8209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 53.36%
G = 43.62%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F8209 (or 0x9F8209) is known color: Hacienda. HEX triplet: 9F, 82 and 09. RGB value is (159,130,9). Sum of RGB (Red+Green+Blue) = 159+130+9=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8209 is #607DF6. Grayscale: #7D7D7D. Windows color (decimal): -6323703 or 623263. OLE color: 623263.

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

Color convert

RGB 159 130 9 -
CMYK 0 0.18 0.94 0.38
HSL 48.4º 0.89% 0.33% -
HSV(B) 48.4º 0.94% 0.62% -
XYZ 22.33 23.36 3.59 -
YUV 124.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 159 130 9 0 0.18 0.94 0.38 48.4 0.89 0.33
Hex 9F 82 9 0 12 5E 26 30 59 21
Octal 237 202 11 0 22 136 46 60 131 41
Binary 10011111 10000010 1001 0 10010 1011110 100110 110000 1011001 100001

Color Harmonies of #9F8209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8209

Black with #9F8209

Text Example


Text Example

White with #9F8209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,9); }

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

background-color css

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

 a { background-color: rgb(159,130,9); }

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

border-color css

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

 span { border-color: rgb(159,130,9); }

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