Html Css Color HEX #9F7B1F Hacienda

📋 copy color: '#9F7B1F'

red 159 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #9F7B1F

Tints of Hacienda #9F7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.3%

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

R = 50.8%
G = 39.3%
B = 9.9%

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

#9F7B1F (or 0x9F7B1F) is known color: Hacienda. HEX triplet: 9F, 7B and 1F. RGB value is (159,123,31). Sum of RGB (Red+Green+Blue) = 159+123+31=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B1F is #6084E0. Grayscale: #7B7B7B. Windows color (decimal): -6325473 or 2063263. OLE color: 2063263.

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

Color convert

RGB 159 123 31 -
CMYK 0 0.23 0.81 0.38
HSL 43.13º 0.67% 0.37% -
HSV(B) 43.13º 0.81% 0.62% -
XYZ 21.63 21.64 4.33 -
YUV 123.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 159 123 31 0 0.23 0.81 0.38 43.13 0.67 0.37
Hex 9F 7B 1F 0 17 51 26 2B 43 25
Octal 237 173 37 0 27 121 46 53 103 45
Binary 10011111 1111011 11111 0 10111 1010001 100110 101011 1000011 100101

Color Harmonies of #9F7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B1F

Black with #9F7B1F

Text Example


Text Example

White with #9F7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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