Html Css Color HEX #9F8515 Hacienda

📋 copy color: '#9F8515'

red 159 ◦ green 133 ◦ blue 21

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

Shades of Hacienda #9F8515

Tints of Hacienda #9F8515

RGB

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

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

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

R = 50.8%
G = 42.49%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F8515 (or 0x9F8515) is known color: Hacienda. HEX triplet: 9F, 85 and 15. RGB value is (159,133,21). Sum of RGB (Red+Green+Blue) = 159+133+21=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8515 is #607AEA. Grayscale: #808080. Windows color (decimal): -6322923 or 1410463. OLE color: 1410463.

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

Color convert

RGB 159 133 21 -
CMYK 0 0.16 0.87 0.38
HSL 48.7º 0.77% 0.35% -
HSV(B) 48.7º 0.87% 0.62% -
XYZ 22.82 24.2 4.18 -
YUV 128.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 159 133 21 0 0.16 0.87 0.38 48.7 0.77 0.35
Hex 9F 85 15 0 10 57 26 31 4D 23
Octal 237 205 25 0 20 127 46 61 115 43
Binary 10011111 10000101 10101 0 10000 1010111 100110 110001 1001101 100011

Color Harmonies of #9F8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8515

Black with #9F8515

Text Example


Text Example

White with #9F8515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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