#977C3C

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

Shades of Buttered Rum #977C3C

Tints of Buttered Rum #977C3C

Color information

#977C3C (or 0x977C3C) is unknown color: approx Buttered Rum. HEX triplet: 97, 7C and 3C. RGB value is (151,124,60). Sum of RGB (Red+Green+Blue) = 151+124+60=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #977C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C3C is #6883C3. Grayscale: #7D7D7D. Windows color (decimal): -6849476 or 3964055. OLE color: 3964055.

HSL color Cylindrical-coordinate representation of color #977C3C: hue angle of 42.2º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #977C3C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB15112460-
CMYK00.180.600.41
HSL42.2º43.13%41.37%-
HSV(B)42.2º60.26%59.22%-
XYZ20.7921.327.29-
YUV124.7891.45146.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=45.07%
G=37.01%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511246000.180.600.4142.243.1341.37
Hex977C3C0123C292a2b29
Octal227174740227451525351
Binary100101111111100111100010010111100101001101010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977C3C; }

 p { color: rgb(151,124,60); }

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

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

 a { background-color: rgb(151,124,60); }

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

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

 span { border-color: rgb(151,124,60); }

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