#987030

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

Shades of Buttered Rum #987030

Tints of Buttered Rum #987030

Color information

#987030 (or 0x987030) is unknown color: approx Buttered Rum. HEX triplet: 98, 70 and 30. RGB value is (152,112,48). Sum of RGB (Red+Green+Blue) = 152+112+48=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #987030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987030 is #678FCF. Grayscale: #747474. Windows color (decimal): -6787024 or 3174552. OLE color: 3174552.

HSL color Cylindrical-coordinate representation of color #987030: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #987030 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15211248-
CMYK00.260.680.40
HSL36.92º52%39.22%-
HSV(B)36.92º68.42%59.61%-
XYZ19.2818.485.35-
YUV116.6689.25153.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=48.72%
G=35.90%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521124800.260.680.4036.925239.22
Hex98703001A4428253427
Octal2301606003210450456447
Binary1001100011100001100000110101000100101000100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987030; }

 p { color: rgb(152,112,48); }

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

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

 a { background-color: rgb(152,112,48); }

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

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

 span { border-color: rgb(152,112,48); }

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