Html Css Color HEX #9F8217 Hacienda

📋 copy color: '#9F8217'

red 159 ◦ green 130 ◦ blue 23

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

Shades of Hacienda #9F8217

Tints of Hacienda #9F8217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 50.96%
G = 41.67%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F8217 (or 0x9F8217) is known color: Hacienda. HEX triplet: 9F, 82 and 17. RGB value is (159,130,23). Sum of RGB (Red+Green+Blue) = 159+130+23=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8217 is #607DE8. Grayscale: #7E7E7E. Windows color (decimal): -6323689 or 1540767. OLE color: 1540767.

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

Color convert

RGB 159 130 23 -
CMYK 0 0.18 0.86 0.38
HSL 47.21º 0.75% 0.36% -
HSV(B) 47.21º 0.86% 0.62% -
XYZ 22.44 23.4 4.14 -
YUV 126.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 159 130 23 0 0.18 0.86 0.38 47.21 0.75 0.36
Hex 9F 82 17 0 12 56 26 2F 4B 24
Octal 237 202 27 0 22 126 46 57 113 44
Binary 10011111 10000010 10111 0 10010 1010110 100110 101111 1001011 100100

Color Harmonies of #9F8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8217

Black with #9F8217

Text Example


Text Example

White with #9F8217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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