Html Css Color HEX #9F7A1F Hacienda

📋 copy color: '#9F7A1F'

red 159 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #9F7A1F

Tints of Hacienda #9F7A1F

RGB

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

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

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

R = 50.96%
G = 39.1%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F7A1F (or 0x9F7A1F) is known color: Hacienda. HEX triplet: 9F, 7A and 1F. RGB value is (159,122,31). Sum of RGB (Red+Green+Blue) = 159+122+31=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A1F is #6085E0. Grayscale: #7B7B7B. Windows color (decimal): -6325729 or 2063007. OLE color: 2063007.

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

Color convert

RGB 159 122 31 -
CMYK 0 0.23 0.81 0.38
HSL 42.66º 0.67% 0.37% -
HSV(B) 42.66º 0.81% 0.62% -
XYZ 21.5 21.39 4.29 -
YUV 122.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 159 122 31 0 0.23 0.81 0.38 42.66 0.67 0.37
Hex 9F 7A 1F 0 17 51 26 2B 43 25
Octal 237 172 37 0 27 121 46 53 103 45
Binary 10011111 1111010 11111 0 10111 1010001 100110 101011 1000011 100101

Color Harmonies of #9F7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A1F

Black with #9F7A1F

Text Example


Text Example

White with #9F7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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