#987541

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

Shades of Buttered Rum #987541

Tints of Buttered Rum #987541

Color information

#987541 (or 0x987541) is unknown color: approx Buttered Rum. HEX triplet: 98, 75 and 41. RGB value is (152,117,65). Sum of RGB (Red+Green+Blue) = 152+117+65=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987541 is #678ABE. Grayscale: #797979. Windows color (decimal): -6785727 or 4289944. OLE color: 4289944.

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

Color convert

RGB15211765-
CMYK00.230.570.40
HSL35.86º40.09%42.55%-
HSV(B)35.86º57.24%59.61%-
XYZ20.2619.787.75-
YUV121.5496.1149.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=45.51%
G=35.03%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521176500.230.570.4035.8640.0942.55
Hex987541017392824282b
Octal2301651010277150445053
Binary1001100011101011000001010111111001101000100100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987541; }

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

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

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

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

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

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

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

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