#987C35

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

Shades of Buttered Rum #987C35

Tints of Buttered Rum #987C35

Color information

#987C35 (or 0x987C35) is unknown color: approx Buttered Rum. HEX triplet: 98, 7C and 35. RGB value is (152,124,53). Sum of RGB (Red+Green+Blue) = 152+124+53=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #987C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C35 is #6783CA. Grayscale: #7C7C7C. Windows color (decimal): -6783947 or 3505304. OLE color: 3505304.

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

Color convert

RGB15212453-
CMYK00.180.650.40
HSL43.03º48.29%40.2%-
HSV(B)43.03º65.13%59.61%-
XYZ20.821.356.39-
YUV124.2887.78147.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=46.20%
G=37.69%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521245300.180.650.4043.0348.2940.2
Hex987C3501241282b3028
Octal2301746502210150536050
Binary1001100011111001101010100101000001101000101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C35; }

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

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

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

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

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

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

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

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