#987238

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

Shades of Buttered Rum #987238

Tints of Buttered Rum #987238

Color information

#987238 (or 0x987238) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 38. RGB value is (152,114,56). Sum of RGB (Red+Green+Blue) = 152+114+56=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #987238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987238 is #678DC7. Grayscale: #777777. Windows color (decimal): -6786504 or 3699352. OLE color: 3699352.

HSL color Cylindrical-coordinate representation of color #987238: hue angle of 36.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #987238 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB15211456-
CMYK00.250.630.40
HSL36.25º46.15%40.78%-
HSV(B)36.25º63.16%59.61%-
XYZ19.68196.37-
YUV118.7592.59151.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=47.20%
G=35.40%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521145600.250.630.4036.2546.1540.78
Hex9872380193F28242e29
Octal230162700317750445651
Binary100110001110010111000011001111111101000100100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987238; }

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

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

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

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

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

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

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

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