#987441

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

Shades of Buttered Rum #987441

Tints of Buttered Rum #987441

Color information

#987441 (or 0x987441) is unknown color: approx Buttered Rum. HEX triplet: 98, 74 and 41. RGB value is (152,116,65). Sum of RGB (Red+Green+Blue) = 152+116+65=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987441 is #678BBE. Grayscale: #797979. Windows color (decimal): -6785983 or 4289688. OLE color: 4289688.

HSL color Cylindrical-coordinate representation of color #987441: hue angle of 35.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987441 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15211665-
CMYK00.240.570.40
HSL35.17º40.09%42.55%-
HSV(B)35.17º57.24%59.61%-
XYZ20.1519.557.71-
YUV120.9596.43150.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=45.65%
G=34.83%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521166500.240.570.4035.1740.0942.55
Hex987441018392823282b
Octal2301641010307150435053
Binary1001100011101001000001011000111001101000100011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987441; }

 p { color: rgb(152,116,65); }

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

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

 a { background-color: rgb(152,116,65); }

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

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

 span { border-color: rgb(152,116,65); }

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