#987133

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

Shades of Buttered Rum #987133

Tints of Buttered Rum #987133

Color information

#987133 (or 0x987133) is unknown color: approx Buttered Rum. HEX triplet: 98, 71 and 33. RGB value is (152,113,51). Sum of RGB (Red+Green+Blue) = 152+113+51=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987133 is #678ECC. Grayscale: #757575. Windows color (decimal): -6786765 or 3371416. OLE color: 3371416.

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

Color convert

RGB15211351-
CMYK00.260.660.40
HSL36.83º49.75%39.8%-
HSV(B)36.83º66.45%59.61%-
XYZ19.4518.725.72-
YUV117.5990.42152.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=48.10%
G=35.76%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521135100.260.660.4036.8349.7539.8
Hex98713301A4228253228
Octal2301616303210250456250
Binary1001100011100011100110110101000010101000100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987133; }

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

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

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

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

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

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

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

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