Html Css Color HEX #9F7F19 Hacienda

📋 copy color: '#9F7F19'

red 159 ◦ green 127 ◦ blue 25

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

Shades of Hacienda #9F7F19

Tints of Hacienda #9F7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 51.13%
G = 40.84%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F7F19 (or 0x9F7F19) is known color: Hacienda. HEX triplet: 9F, 7F and 19. RGB value is (159,127,25). Sum of RGB (Red+Green+Blue) = 159+127+25=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7F19 is #6080E6. Grayscale: #7D7D7D. Windows color (decimal): -6324455 or 1671071. OLE color: 1671071.

HSL color Cylindrical-coordinate representation of color #9F7F19: hue angle of 45.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F7F19 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 127 25 -
CMYK 0 0.20 0.84 0.38
HSL 45.67º 0.73% 0.36% -
HSV(B) 45.67º 0.84% 0.62% -
XYZ 22.06 22.62 4.12 -
YUV 124.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 159 127 25 0 0.20 0.84 0.38 45.67 0.73 0.36
Hex 9F 7F 19 0 14 54 26 2E 49 24
Octal 237 177 31 0 24 124 46 56 111 44
Binary 10011111 1111111 11001 0 10100 1010100 100110 101110 1001001 100100

Color Harmonies of #9F7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F19

Black with #9F7F19

Text Example


Text Example

White with #9F7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,127,25); }

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

background-color css

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

 a { background-color: rgb(159,127,25); }

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

border-color css

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

 span { border-color: rgb(159,127,25); }

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