#987228

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

Shades of Buttered Rum #987228

Tints of Buttered Rum #987228

Color information

#987228 (or 0x987228) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 28. RGB value is (152,114,40). Sum of RGB (Red+Green+Blue) = 152+114+40=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987228 is #678DD7. Grayscale: #757575. Windows color (decimal): -6786520 or 2650776. OLE color: 2650776.

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

Color convert

RGB15211440-
CMYK00.250.740.40
HSL39.64º58.33%37.65%-
HSV(B)39.64º73.68%59.61%-
XYZ19.3518.864.63-
YUV116.9384.59153.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=49.67%
G=37.25%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521144000.250.740.4039.6458.3337.65
Hex9872280194A28283a26
Octal2301625003111250507246
Binary1001100011100101010000110011001010101000101000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987228; }

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

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

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

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

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

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

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

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