Html Css Color HEX #9F731F Hacienda

📋 copy color: '#9F731F'

red 159 ◦ green 115 ◦ blue 31

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

Shades of Hacienda #9F731F

Tints of Hacienda #9F731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 52.13%
G = 37.7%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F731F (or 0x9F731F) is known color: Hacienda. HEX triplet: 9F, 73 and 1F. RGB value is (159,115,31). Sum of RGB (Red+Green+Blue) = 159+115+31=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F731F is #608CE0. Grayscale: #767676. Windows color (decimal): -6327521 or 2061215. OLE color: 2061215.

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

Color convert

RGB 159 115 31 -
CMYK 0 0.28 0.81 0.38
HSL 39.38º 0.67% 0.37% -
HSV(B) 39.38º 0.81% 0.62% -
XYZ 20.68 19.73 4.02 -
YUV 118.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 159 115 31 0 0.28 0.81 0.38 39.38 0.67 0.37
Hex 9F 73 1F 0 1C 51 26 27 43 25
Octal 237 163 37 0 34 121 46 47 103 45
Binary 10011111 1110011 11111 0 11100 1010001 100110 100111 1000011 100101

Color Harmonies of #9F731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F731F

Black with #9F731F

Text Example


Text Example

White with #9F731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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