#987428

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

Shades of Buttered Rum #987428

Tints of Buttered Rum #987428

Color information

#987428 (or 0x987428) is unknown color: approx Buttered Rum. HEX triplet: 98, 74 and 28. RGB value is (152,116,40). Sum of RGB (Red+Green+Blue) = 152+116+40=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #987428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987428 is #678BD7. Grayscale: #767676. Windows color (decimal): -6786008 or 2651288. OLE color: 2651288.

HSL color Cylindrical-coordinate representation of color #987428: hue angle of 40.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987428 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15211640-
CMYK00.240.740.40
HSL40.71º58.33%37.65%-
HSV(B)40.71º73.68%59.61%-
XYZ19.5819.324.7-
YUV118.183.93152.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=49.35%
G=37.66%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521164000.240.740.4040.7158.3337.65
Hex9874280184A28293a26
Octal2301645003011250517246
Binary1001100011101001010000110001001010101000101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987428; }

 p { color: rgb(152,116,40); }

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

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

 a { background-color: rgb(152,116,40); }

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

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

 span { border-color: rgb(152,116,40); }

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