#987235

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

Shades of Buttered Rum #987235

Tints of Buttered Rum #987235

Color information

#987235 (or 0x987235) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 35. RGB value is (152,114,53). Sum of RGB (Red+Green+Blue) = 152+114+53=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #987235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987235 is #678DCA. Grayscale: #767676. Windows color (decimal): -6786507 or 3502744. OLE color: 3502744.

HSL color Cylindrical-coordinate representation of color #987235: hue angle of 36.97º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #987235 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB15211453-
CMYK00.250.650.40
HSL36.97º48.29%40.2%-
HSV(B)36.97º65.13%59.61%-
XYZ19.6118.976-
YUV118.4191.09151.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=47.65%
G=35.74%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521145300.250.650.4036.9748.2940.2
Hex9872350194128253028
Octal2301626503110150456050
Binary1001100011100101101010110011000001101000100101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987235; }

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

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

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

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

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

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

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

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