#9F8221

Color #9F8221 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9F8221

Tints of Hacienda #9F8221

Color information

#9F8221 (or 0x9F8221) is unknown color: approx Hacienda. HEX triplet: 9F, 82 and 21. RGB value is (159,130,33). Sum of RGB (Red+Green+Blue) = 159+130+33=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8221 is #607DDE. Grayscale: #808080. Windows color (decimal): -6323679 or 2196127. OLE color: 2196127.

HSL color Cylindrical-coordinate representation of color #9F8221: hue angle of 46.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F8221 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB15913033-
CMYK00.180.790.38
HSL46.19º65.62%37.65%-
HSV(B)46.19º79.25%62.35%-
XYZ22.5623.454.78-
YUV127.6174.61150.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=49.38%
G=40.37%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591303300.180.790.3846.1965.6237.65
Hex9F82210124F262e4226
Octal23720241022117465610246
Binary100111111000001010000101001010011111001101011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,33); }

 H1.HeaderClassName
 {
   color: #9F8221;
 }
 .AnyTagClassName
 {
   color: #9F8221;
 }
</style>
background-color css

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

 a { background-color: rgb(159,130,33); }

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

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

 span { border-color: rgb(159,130,33); }

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