#988512

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

Shades of Hacienda #988512

Tints of Hacienda #988512

Color information

#988512 (or 0x988512) is unknown color: approx Hacienda. HEX triplet: 98, 85 and 12. RGB value is (152,133,18). Sum of RGB (Red+Green+Blue) = 152+133+18=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988512 is #677AED. Grayscale: #7E7E7E. Windows color (decimal): -6781678 or 1213848. OLE color: 1213848.

HSL color Cylindrical-coordinate representation of color #988512: hue angle of 51.49º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #988512 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15213318-
CMYK00.130.880.40
HSL51.49º78.82%33.33%-
HSV(B)51.49º88.16%59.61%-
XYZ21.4523.493.98-
YUV125.5767.29146.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=50.17%
G=43.89%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521331800.130.880.4051.4978.8233.33
Hex9885120D5828334f21
Octal23020522015130506311741
Binary1001100010000101100100110110110001010001100111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988512; }

 p { color: rgb(152,133,18); }

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

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

 a { background-color: rgb(152,133,18); }

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

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

 span { border-color: rgb(152,133,18); }

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