#987230

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

Shades of Buttered Rum #987230

Tints of Buttered Rum #987230

Color information

#987230 (or 0x987230) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 30. RGB value is (152,114,48). Sum of RGB (Red+Green+Blue) = 152+114+48=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #987230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987230 is #678DCF. Grayscale: #767676. Windows color (decimal): -6786512 or 3175064. OLE color: 3175064.

HSL color Cylindrical-coordinate representation of color #987230: hue angle of 38.08º 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 #987230 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15211448-
CMYK00.250.680.40
HSL38.08º52%39.22%-
HSV(B)38.08º68.42%59.61%-
XYZ19.518.925.42-
YUV117.8488.59152.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=48.41%
G=36.31%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521144800.250.680.4038.085239.22
Hex9872300194428263427
Octal2301626003110450466447
Binary1001100011100101100000110011000100101000100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987230; }

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

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

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

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

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

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

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

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