#987232

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

Shades of Buttered Rum #987232

Tints of Buttered Rum #987232

Color information

#987232 (or 0x987232) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 32. RGB value is (152,114,50). Sum of RGB (Red+Green+Blue) = 152+114+50=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987232 is #678DCD. Grayscale: #767676. Windows color (decimal): -6786510 or 3306136. OLE color: 3306136.

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

Color convert

RGB15211450-
CMYK00.250.670.40
HSL37.65º50.5%39.61%-
HSV(B)37.65º67.11%59.61%-
XYZ19.5418.945.64-
YUV118.0789.59152.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=48.10%
G=36.08%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521145000.250.670.4037.6550.539.61
Hex9872320194328263228
Octal2301626203110350466250
Binary1001100011100101100100110011000011101000100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987232; }

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

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

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

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

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

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

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

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