#987D3C

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

Shades of Buttered Rum #987D3C

Tints of Buttered Rum #987D3C

Color information

#987D3C (or 0x987D3C) is unknown color: approx Buttered Rum. HEX triplet: 98, 7D and 3C. RGB value is (152,125,60). Sum of RGB (Red+Green+Blue) = 152+125+60=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D3C is #6782C3. Grayscale: #7D7D7D. Windows color (decimal): -6783684 or 3964312. OLE color: 3964312.

HSL color Cylindrical-coordinate representation of color #987D3C: hue angle of 42.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #987D3C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15212560-
CMYK00.180.610.40
HSL42.39º43.4%41.57%-
HSV(B)42.39º60.53%59.61%-
XYZ21.121.677.35-
YUV125.6690.95146.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 60 (23.83% from 255) = 17.80%
R=45.10%
G=37.09%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521256000.180.610.4042.3943.441.57
Hex987D3C0123D282a2b2a
Octal230175740227550525352
Binary100110001111101111100010010111101101000101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D3C; }

 p { color: rgb(152,125,60); }

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

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

 a { background-color: rgb(152,125,60); }

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

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

 span { border-color: rgb(152,125,60); }

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