#987B33

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

Shades of Buttered Rum #987B33

Tints of Buttered Rum #987B33

Color information

#987B33 (or 0x987B33) is unknown color: approx Buttered Rum. HEX triplet: 98, 7B and 33. RGB value is (152,123,51). Sum of RGB (Red+Green+Blue) = 152+123+51=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B33 is #6784CC. Grayscale: #7B7B7B. Windows color (decimal): -6784205 or 3373976. OLE color: 3373976.

HSL color Cylindrical-coordinate representation of color #987B33: hue angle of 42.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987B33 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15212351-
CMYK00.190.660.40
HSL42.77º49.75%39.8%-
HSV(B)42.77º66.45%59.61%-
XYZ20.6321.086.11-
YUV123.4687.11148.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=46.63%
G=37.73%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521235100.190.660.4042.7749.7539.8
Hex987B3301342282b3228
Octal2301736302310250536250
Binary1001100011110111100110100111000010101000101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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