#977138

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

Shades of Buttered Rum #977138

Tints of Buttered Rum #977138

Color information

#977138 (or 0x977138) is unknown color: approx Buttered Rum. HEX triplet: 97, 71 and 38. RGB value is (151,113,56). Sum of RGB (Red+Green+Blue) = 151+113+56=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #977138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977138 is #688EC7. Grayscale: #767676. Windows color (decimal): -6852296 or 3699095. OLE color: 3699095.

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

Color convert

RGB15111356-
CMYK00.250.630.41
HSL36º45.89%40.59%-
HSV(B)36º62.91%59.22%-
XYZ19.3818.686.32-
YUV117.8693.09151.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=47.19%
G=35.31%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511135600.250.630.413645.8940.59
Hex9771380193F29242e29
Octal227161700317751445651
Binary100101111110001111000011001111111101001100100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977138; }

 p { color: rgb(151,113,56); }

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

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

 a { background-color: rgb(151,113,56); }

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

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

 span { border-color: rgb(151,113,56); }

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