#987A3B

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

Shades of Buttered Rum #987A3B

Tints of Buttered Rum #987A3B

Color information

#987A3B (or 0x987A3B) is unknown color: approx Buttered Rum. HEX triplet: 98, 7A and 3B. RGB value is (152,122,59). Sum of RGB (Red+Green+Blue) = 152+122+59=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A3B is #6785C4. Grayscale: #7C7C7C. Windows color (decimal): -6784453 or 3898008. OLE color: 3898008.

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

Color convert

RGB15212259-
CMYK00.200.610.40
HSL40.65º44.08%41.37%-
HSV(B)40.65º61.18%59.61%-
XYZ20.720.917.08-
YUV123.7991.44148.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=45.65%
G=36.64%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521225900.200.610.4040.6544.0841.37
Hex987A3B0143D28292c29
Octal230172730247550515451
Binary100110001111010111011010100111101101000101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,122,59); }

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

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

 a { background-color: rgb(152,122,59); }

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

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

 span { border-color: rgb(152,122,59); }

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