Html Css Color HEX #9F8519 Hacienda

📋 copy color: '#9F8519'

red 159 ◦ green 133 ◦ blue 25

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

Shades of Hacienda #9F8519

Tints of Hacienda #9F8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 50.16%
G = 41.96%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F8519 (or 0x9F8519) is known color: Hacienda. HEX triplet: 9F, 85 and 19. RGB value is (159,133,25). Sum of RGB (Red+Green+Blue) = 159+133+25=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8519 is #607AE6. Grayscale: #808080. Windows color (decimal): -6322919 or 1672607. OLE color: 1672607.

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

Color convert

RGB 159 133 25 -
CMYK 0 0.16 0.84 0.38
HSL 48.36º 0.73% 0.36% -
HSV(B) 48.36º 0.84% 0.62% -
XYZ 22.86 24.22 4.39 -
YUV 128.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 159 133 25 0 0.16 0.84 0.38 48.36 0.73 0.36
Hex 9F 85 19 0 10 54 26 30 49 24
Octal 237 205 31 0 20 124 46 60 111 44
Binary 10011111 10000101 11001 0 10000 1010100 100110 110000 1001001 100100

Color Harmonies of #9F8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8519

Black with #9F8519

Text Example


Text Example

White with #9F8519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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