#987B3A

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

Shades of Buttered Rum #987B3A

Tints of Buttered Rum #987B3A

Color information

#987B3A (or 0x987B3A) is unknown color: approx Buttered Rum. HEX triplet: 98, 7B and 3A. RGB value is (152,123,58). Sum of RGB (Red+Green+Blue) = 152+123+58=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B3A is #6784C5. Grayscale: #7C7C7C. Windows color (decimal): -6784198 or 3832728. OLE color: 3832728.

HSL color Cylindrical-coordinate representation of color #987B3A: hue angle of 41.49º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #987B3A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15212358-
CMYK00.190.620.40
HSL41.49º44.76%41.18%-
HSV(B)41.49º61.84%59.61%-
XYZ20.821.156.99-
YUV124.2690.61147.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=45.65%
G=36.94%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521235800.190.620.4041.4944.7641.18
Hex987B3A0133E28292d29
Octal230173720237650515551
Binary100110001111011111010010011111110101000101001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,58); }

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

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

 a { background-color: rgb(152,123,58); }

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

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

 span { border-color: rgb(152,123,58); }

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