Html Css Color HEX #9F8319 Hacienda

📋 copy color: '#9F8319'

red 159 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #9F8319

Tints of Hacienda #9F8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 50.48%
G = 41.59%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F8319 (or 0x9F8319) is known color: Hacienda. HEX triplet: 9F, 83 and 19. RGB value is (159,131,25). Sum of RGB (Red+Green+Blue) = 159+131+25=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8319 is #607CE6. Grayscale: #7F7F7F. Windows color (decimal): -6323431 or 1672095. OLE color: 1672095.

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

Color convert

RGB 159 131 25 -
CMYK 0 0.18 0.84 0.38
HSL 47.46º 0.73% 0.36% -
HSV(B) 47.46º 0.84% 0.62% -
XYZ 22.59 23.67 4.3 -
YUV 127.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 159 131 25 0 0.18 0.84 0.38 47.46 0.73 0.36
Hex 9F 83 19 0 12 54 26 2F 49 24
Octal 237 203 31 0 22 124 46 57 111 44
Binary 10011111 10000011 11001 0 10010 1010100 100110 101111 1001001 100100

Color Harmonies of #9F8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8319

Black with #9F8319

Text Example


Text Example

White with #9F8319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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