#977140

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

Shades of Buttered Rum #977140

Tints of Buttered Rum #977140

Color information

#977140 (or 0x977140) is unknown color: approx Buttered Rum. HEX triplet: 97, 71 and 40. RGB value is (151,113,64). Sum of RGB (Red+Green+Blue) = 151+113+64=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #977140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977140 is #688EBF. Grayscale: #777777. Windows color (decimal): -6852288 or 4223383. OLE color: 4223383.

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

Color convert

RGB15111364-
CMYK00.250.580.41
HSL33.79º40.47%42.16%-
HSV(B)33.79º57.62%59.22%-
XYZ19.5918.767.44-
YUV118.7897.09150.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=46.04%
G=34.45%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511136400.250.580.4133.7940.4742.16
Hex9771400193A2922282a
Octal2271611000317251425052
Binary1001011111100011000000011001111010101001100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977140; }

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

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

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

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

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

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

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

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