#987234

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

Shades of Buttered Rum #987234

Tints of Buttered Rum #987234

Color information

#987234 (or 0x987234) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 34. RGB value is (152,114,52). Sum of RGB (Red+Green+Blue) = 152+114+52=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987234 is #678DCB. Grayscale: #767676. Windows color (decimal): -6786508 or 3437208. OLE color: 3437208.

HSL color Cylindrical-coordinate representation of color #987234: hue angle of 37.2º degrees, saturation: 0.49, 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 #987234 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15211452-
CMYK00.250.660.40
HSL37.2º49.02%40%-
HSV(B)37.2º65.79%59.61%-
XYZ19.5918.965.88-
YUV118.2990.59152.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=47.80%
G=35.85%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521145200.250.660.4037.249.0240
Hex9872340194228253128
Octal2301626403110250456150
Binary1001100011100101101000110011000010101000100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987234; }

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

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

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

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

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

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

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

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