Html Css Color HEX #9F8415 Hacienda

📋 copy color: '#9F8415'

red 159 ◦ green 132 ◦ blue 21

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

Shades of Hacienda #9F8415

Tints of Hacienda #9F8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 50.96%
G = 42.31%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F8415 (or 0x9F8415) is known color: Hacienda. HEX triplet: 9F, 84 and 15. RGB value is (159,132,21). Sum of RGB (Red+Green+Blue) = 159+132+21=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8415 is #607BEA. Grayscale: #7F7F7F. Windows color (decimal): -6323179 or 1410207. OLE color: 1410207.

HSL color Cylindrical-coordinate representation of color #9F8415: hue angle of 48.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F8415 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 132 21 -
CMYK 0 0.17 0.87 0.38
HSL 48.26º 0.77% 0.35% -
HSV(B) 48.26º 0.87% 0.62% -
XYZ 22.68 23.93 4.13 -
YUV 127.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 159 132 21 0 0.17 0.87 0.38 48.26 0.77 0.35
Hex 9F 84 15 0 11 57 26 30 4D 23
Octal 237 204 25 0 21 127 46 60 115 43
Binary 10011111 10000100 10101 0 10001 1010111 100110 110000 1001101 100011

Color Harmonies of #9F8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8415

Black with #9F8415

Text Example


Text Example

White with #9F8415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,21); }

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

background-color css

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

 a { background-color: rgb(159,132,21); }

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

border-color css

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

 span { border-color: rgb(159,132,21); }

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