#987B35

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

Shades of Buttered Rum #987B35

Tints of Buttered Rum #987B35

Color information

#987B35 (or 0x987B35) is unknown color: approx Buttered Rum. HEX triplet: 98, 7B and 35. RGB value is (152,123,53). Sum of RGB (Red+Green+Blue) = 152+123+53=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B35 is #6784CA. Grayscale: #7B7B7B. Windows color (decimal): -6784203 or 3505048. OLE color: 3505048.

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

Color convert

RGB15212353-
CMYK00.190.650.40
HSL42.42º48.29%40.2%-
HSV(B)42.42º65.13%59.61%-
XYZ20.6721.16.35-
YUV123.6988.11148.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=46.34%
G=37.5%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521235300.190.650.4042.4248.2940.2
Hex987B3501341282a3028
Octal2301736502310150526050
Binary1001100011110111101010100111000001101000101010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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