#987035

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

Shades of Buttered Rum #987035

Tints of Buttered Rum #987035

Color information

#987035 (or 0x987035) is unknown color: approx Buttered Rum. HEX triplet: 98, 70 and 35. RGB value is (152,112,53). Sum of RGB (Red+Green+Blue) = 152+112+53=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #987035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987035 is #678FCA. Grayscale: #757575. Windows color (decimal): -6787019 or 3502232. OLE color: 3502232.

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

Color convert

RGB15211253-
CMYK00.260.650.40
HSL35.76º48.29%40.2%-
HSV(B)35.76º65.13%59.61%-
XYZ19.3918.525.92-
YUV117.2391.75152.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=47.95%
G=35.33%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521125300.260.650.4035.7648.2940.2
Hex98703501A4128243028
Octal2301606503210150446050
Binary1001100011100001101010110101000001101000100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987035; }

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

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

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

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

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

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

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

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