#987540

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

Shades of Buttered Rum #987540

Tints of Buttered Rum #987540

Color information

#987540 (or 0x987540) is unknown color: approx Buttered Rum. HEX triplet: 98, 75 and 40. RGB value is (152,117,64). Sum of RGB (Red+Green+Blue) = 152+117+64=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987540 is #678ABF. Grayscale: #797979. Windows color (decimal): -6785728 or 4224408. OLE color: 4224408.

HSL color Cylindrical-coordinate representation of color #987540: hue angle of 36.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #987540 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15211764-
CMYK00.230.580.40
HSL36.14º40.74%42.35%-
HSV(B)36.14º57.89%59.61%-
XYZ20.2419.777.6-
YUV121.4295.6149.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=45.65%
G=35.14%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521176400.230.580.4036.1440.7442.35
Hex9875400173A2824292a
Octal2301651000277250445152
Binary1001100011101011000000010111111010101000100100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987540; }

 p { color: rgb(152,117,64); }

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

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

 a { background-color: rgb(152,117,64); }

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

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

 span { border-color: rgb(152,117,64); }

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