#987241

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

Shades of Buttered Rum #987241

Tints of Buttered Rum #987241

Color information

#987241 (or 0x987241) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 41. RGB value is (152,114,65). Sum of RGB (Red+Green+Blue) = 152+114+65=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987241 is #678DBE. Grayscale: #787878. Windows color (decimal): -6786495 or 4289176. OLE color: 4289176.

HSL color Cylindrical-coordinate representation of color #987241: hue angle of 33.79º 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 #987241 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15211465-
CMYK00.250.570.40
HSL33.79º40.09%42.55%-
HSV(B)33.79º57.24%59.61%-
XYZ19.9219.097.64-
YUV119.7897.09150.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=45.92%
G=34.44%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521146500.250.570.4033.7940.0942.55
Hex987241019392822282b
Octal2301621010317150425053
Binary1001100011100101000001011001111001101000100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987241; }

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

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

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

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

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

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

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

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