Html Css Color HEX #9F741F Hacienda

📋 copy color: '#9F741F'

red 159 ◦ green 116 ◦ blue 31

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

Shades of Hacienda #9F741F

Tints of Hacienda #9F741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 51.96%
G = 37.91%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F741F (or 0x9F741F) is known color: Hacienda. HEX triplet: 9F, 74 and 1F. RGB value is (159,116,31). Sum of RGB (Red+Green+Blue) = 159+116+31=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F741F is #608BE0. Grayscale: #777777. Windows color (decimal): -6327265 or 2061471. OLE color: 2061471.

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

Color convert

RGB 159 116 31 -
CMYK 0 0.27 0.81 0.38
HSL 39.84º 0.67% 0.37% -
HSV(B) 39.84º 0.81% 0.62% -
XYZ 20.79 19.96 4.05 -
YUV 119.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 159 116 31 0 0.27 0.81 0.38 39.84 0.67 0.37
Hex 9F 74 1F 0 1B 51 26 28 43 25
Octal 237 164 37 0 33 121 46 50 103 45
Binary 10011111 1110100 11111 0 11011 1010001 100110 101000 1000011 100101

Color Harmonies of #9F741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F741F

Black with #9F741F

Text Example


Text Example

White with #9F741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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