#977029

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

Shades of Buttered Rum #977029

Tints of Buttered Rum #977029

Color information

#977029 (or 0x977029) is unknown color: approx Buttered Rum. HEX triplet: 97, 70 and 29. RGB value is (151,112,41). Sum of RGB (Red+Green+Blue) = 151+112+41=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977029 is #688FD6. Grayscale: #737373. Windows color (decimal): -6852567 or 2715799. OLE color: 2715799.

HSL color Cylindrical-coordinate representation of color #977029: hue angle of 38.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #977029 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15111241-
CMYK00.260.730.41
HSL38.73º57.29%37.65%-
HSV(B)38.73º72.85%59.22%-
XYZ18.9618.334.64-
YUV115.5785.92153.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=49.67%
G=36.84%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511124100.260.730.4138.7357.2937.65
Hex97702901A4929273926
Octal2271605103211151477146
Binary1001011111100001010010110101001001101001100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977029; }

 p { color: rgb(151,112,41); }

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

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

 a { background-color: rgb(151,112,41); }

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

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

 span { border-color: rgb(151,112,41); }

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