Html Css Color HEX #9F7A11 Hacienda

📋 copy color: '#9F7A11'

red 159 ◦ green 122 ◦ blue 17

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

Shades of Hacienda #9F7A11

Tints of Hacienda #9F7A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

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

R = 53.36%
G = 40.94%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F7A11 (or 0x9F7A11) is known color: Hacienda. HEX triplet: 9F, 7A and 11. RGB value is (159,122,17). Sum of RGB (Red+Green+Blue) = 159+122+17=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7A11 is #6085EE. Grayscale: #797979. Windows color (decimal): -6325743 or 1145503. OLE color: 1145503.

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

Color convert

RGB 159 122 17 -
CMYK 0 0.23 0.89 0.38
HSL 44.37º 0.81% 0.35% -
HSV(B) 44.37º 0.89% 0.62% -
XYZ 21.36 21.33 3.52 -
YUV 121.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 159 122 17 0 0.23 0.89 0.38 44.37 0.81 0.35
Hex 9F 7A 11 0 17 59 26 2C 51 23
Octal 237 172 21 0 27 131 46 54 121 43
Binary 10011111 1111010 10001 0 10111 1011001 100110 101100 1010001 100011

Color Harmonies of #9F7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A11

Black with #9F7A11

Text Example


Text Example

White with #9F7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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