#9F8726

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

Shades of Hacienda #9F8726

Tints of Hacienda #9F8726

Color information

#9F8726 (or 0x9F8726) is unknown color: approx Hacienda. HEX triplet: 9F, 87 and 26. RGB value is (159,135,38). Sum of RGB (Red+Green+Blue) = 159+135+38=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8726 is #6078D9. Grayscale: #838383. Windows color (decimal): -6322394 or 2525087. OLE color: 2525087.

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

Color convert

RGB15913538-
CMYK00.150.760.38
HSL48.1º61.42%38.63%-
HSV(B)48.1º76.1%62.35%-
XYZ23.3124.845.4-
YUV131.1275.45147.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=47.89%
G=40.66%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591353800.150.760.3848.161.4238.63
Hex9F87260F4C26303d27
Octal2372074601711446607547
Binary1001111110000111100110011111001100100110110000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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