Html Css Color HEX #9F771F Hacienda

📋 copy color: '#9F771F'

red 159 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #9F771F

Tints of Hacienda #9F771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 51.46%
G = 38.51%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F771F (or 0x9F771F) is known color: Hacienda. HEX triplet: 9F, 77 and 1F. RGB value is (159,119,31). Sum of RGB (Red+Green+Blue) = 159+119+31=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F771F is #6088E0. Grayscale: #797979. Windows color (decimal): -6326497 or 2062239. OLE color: 2062239.

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

Color convert

RGB 159 119 31 -
CMYK 0 0.25 0.81 0.38
HSL 41.25º 0.67% 0.37% -
HSV(B) 41.25º 0.81% 0.62% -
XYZ 21.14 20.66 4.17 -
YUV 120.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 159 119 31 0 0.25 0.81 0.38 41.25 0.67 0.37
Hex 9F 77 1F 0 19 51 26 29 43 25
Octal 237 167 37 0 31 121 46 51 103 45
Binary 10011111 1110111 11111 0 11001 1010001 100110 101001 1000011 100101

Color Harmonies of #9F771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F771F

Black with #9F771F

Text Example


Text Example

White with #9F771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,119,31); }

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

background-color css

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

 a { background-color: rgb(159,119,31); }

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

border-color css

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

 span { border-color: rgb(159,119,31); }

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