#977340

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

Shades of Buttered Rum #977340

Tints of Buttered Rum #977340

Color information

#977340 (or 0x977340) is unknown color: approx Buttered Rum. HEX triplet: 97, 73 and 40. RGB value is (151,115,64). Sum of RGB (Red+Green+Blue) = 151+115+64=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #977340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977340 is #688CBF. Grayscale: #787878. Windows color (decimal): -6851776 or 4223895. OLE color: 4223895.

HSL color Cylindrical-coordinate representation of color #977340: hue angle of 35.17º 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 #977340 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15111564-
CMYK00.240.580.41
HSL35.17º40.47%42.16%-
HSV(B)35.17º57.62%59.22%-
XYZ19.8219.217.51-
YUV119.9596.43150.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=45.76%
G=34.85%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511156400.240.580.4135.1740.4742.16
Hex9773400183A2923282a
Octal2271631000307251435052
Binary1001011111100111000000011000111010101001100011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977340; }

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

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

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

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

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

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

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

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