#977332

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

Shades of Buttered Rum #977332

Tints of Buttered Rum #977332

Color information

#977332 (or 0x977332) is unknown color: approx Buttered Rum. HEX triplet: 97, 73 and 32. RGB value is (151,115,50). Sum of RGB (Red+Green+Blue) = 151+115+50=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #977332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977332 is #688CCD. Grayscale: #767676. Windows color (decimal): -6851790 or 3306391. OLE color: 3306391.

HSL color Cylindrical-coordinate representation of color #977332: hue angle of 38.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #977332 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15111550-
CMYK00.240.670.41
HSL38.61º50.25%39.41%-
HSV(B)38.61º66.89%59.22%-
XYZ19.4719.075.67-
YUV118.3589.43151.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=47.78%
G=36.39%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511155000.240.670.4138.6150.2539.41
Hex9773320184329273227
Octal2271636203010351476247
Binary1001011111100111100100110001000011101001100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977332; }

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

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

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

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

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

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

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

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