#987033

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

Shades of Buttered Rum #987033

Tints of Buttered Rum #987033

Color information

#987033 (or 0x987033) is unknown color: approx Buttered Rum. HEX triplet: 98, 70 and 33. RGB value is (152,112,51). Sum of RGB (Red+Green+Blue) = 152+112+51=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987033 is #678FCC. Grayscale: #757575. Windows color (decimal): -6787021 or 3371160. OLE color: 3371160.

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

Color convert

RGB15211251-
CMYK00.260.660.40
HSL36.24º49.75%39.8%-
HSV(B)36.24º66.45%59.61%-
XYZ19.3418.55.68-
YUV117.0190.75152.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=48.25%
G=35.56%
B=16.19%

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
Decimal1521125100.260.660.4036.2449.7539.8
Hex98703301A4228243228
Octal2301606303210250446250
Binary1001100011100001100110110101000010101000100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987033; }

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

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

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

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

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

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

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

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