#9F8728

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

Shades of Hacienda #9F8728

Tints of Hacienda #9F8728

Color information

#9F8728 (or 0x9F8728) is unknown color: approx Hacienda. HEX triplet: 9F, 87 and 28. RGB value is (159,135,40). Sum of RGB (Red+Green+Blue) = 159+135+40=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8728 is #6078D7. Grayscale: #838383. Windows color (decimal): -6322392 or 2656159. OLE color: 2656159.

HSL color Cylindrical-coordinate representation of color #9F8728: hue angle of 47.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F8728 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB15913540-
CMYK00.150.750.38
HSL47.9º59.8%39.02%-
HSV(B)47.9º74.84%62.35%-
XYZ23.3524.855.57-
YUV131.3576.45147.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 40 (16.02% from 255) = 11.98%
R=47.60%
G=40.42%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591354000.150.750.3847.959.839.02
Hex9F87280F4B26303c27
Octal2372075001711346607447
Binary1001111110000111101000011111001011100110110000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,135,40); }

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

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

 a { background-color: rgb(159,135,40); }

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

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

 span { border-color: rgb(159,135,40); }

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