#9F8132

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

Shades of Hacienda #9F8132

Tints of Hacienda #9F8132

Color information

#9F8132 (or 0x9F8132) is unknown color: approx Hacienda. HEX triplet: 9F, 81 and 32. RGB value is (159,129,50). Sum of RGB (Red+Green+Blue) = 159+129+50=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8132 is #607ECD. Grayscale: #818181. Windows color (decimal): -6323918 or 3309983. OLE color: 3309983.

HSL color Cylindrical-coordinate representation of color #9F8132: hue angle of 43.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F8132 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15912950-
CMYK00.190.690.38
HSL43.49º52.15%40.98%-
HSV(B)43.49º68.55%62.35%-
XYZ22.7223.36.32-
YUV128.9683.44149.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=47.04%
G=38.17%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591295000.190.690.3843.4952.1540.98
Hex9F813201345262b3429
Octal2372016202310546536451
Binary10011111100000011100100100111000101100110101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,50); }

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

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

 a { background-color: rgb(159,129,50); }

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

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

 span { border-color: rgb(159,129,50); }

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