#987C3D

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

Shades of Buttered Rum #987C3D

Tints of Buttered Rum #987C3D

Color information

#987C3D (or 0x987C3D) is unknown color: approx Buttered Rum. HEX triplet: 98, 7C and 3D. RGB value is (152,124,61). Sum of RGB (Red+Green+Blue) = 152+124+61=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3D is #6783C2. Grayscale: #7D7D7D. Windows color (decimal): -6783939 or 4029592. OLE color: 4029592.

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

Color convert

RGB15212461-
CMYK00.180.600.40
HSL41.54º42.72%41.76%-
HSV(B)41.54º59.87%59.61%-
XYZ2121.437.44-
YUV125.1991.78147.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=45.10%
G=36.80%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521246100.180.600.4041.5442.7241.76
Hex987C3D0123C282a2b2a
Octal230174750227450525352
Binary100110001111100111101010010111100101000101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,61); }

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

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

 a { background-color: rgb(152,124,61); }

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

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

 span { border-color: rgb(152,124,61); }

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