#987A32

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

Shades of Buttered Rum #987A32

Tints of Buttered Rum #987A32

Color information

#987A32 (or 0x987A32) is unknown color: approx Buttered Rum. HEX triplet: 98, 7A and 32. RGB value is (152,122,50). Sum of RGB (Red+Green+Blue) = 152+122+50=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #987A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A32 is #6785CD. Grayscale: #7B7B7B. Windows color (decimal): -6784462 or 3308184. OLE color: 3308184.

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

Color convert

RGB15212250-
CMYK00.200.670.40
HSL42.35º50.5%39.61%-
HSV(B)42.35º67.11%59.61%-
XYZ20.4820.825.96-
YUV122.7686.94148.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=46.91%
G=37.65%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521225000.200.670.4042.3550.539.61
Hex987A3201443282a3228
Octal2301726202410350526250
Binary1001100011110101100100101001000011101000101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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