#987132

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

Shades of Buttered Rum #987132

Tints of Buttered Rum #987132

Color information

#987132 (or 0x987132) is unknown color: approx Buttered Rum. HEX triplet: 98, 71 and 32. RGB value is (152,113,50). Sum of RGB (Red+Green+Blue) = 152+113+50=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987132 is #678ECD. Grayscale: #757575. Windows color (decimal): -6786766 or 3305880. OLE color: 3305880.

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

Color convert

RGB15211350-
CMYK00.260.670.40
HSL37.06º50.5%39.61%-
HSV(B)37.06º67.11%59.61%-
XYZ19.4318.725.61-
YUV117.4889.92152.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=48.25%
G=35.87%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521135000.260.670.4037.0650.539.61
Hex98713201A4328253228
Octal2301616203210350456250
Binary1001100011100011100100110101000011101000100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987132; }

 p { color: rgb(152,113,50); }

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

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

 a { background-color: rgb(152,113,50); }

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

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

 span { border-color: rgb(152,113,50); }

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