#977232

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

Shades of Buttered Rum #977232

Tints of Buttered Rum #977232

Color information

#977232 (or 0x977232) is unknown color: approx Buttered Rum. HEX triplet: 97, 72 and 32. RGB value is (151,114,50). Sum of RGB (Red+Green+Blue) = 151+114+50=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #977232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977232 is #688DCD. Grayscale: #767676. Windows color (decimal): -6852046 or 3306135. OLE color: 3306135.

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

Color convert

RGB15111450-
CMYK00.250.670.41
HSL38.02º50.25%39.41%-
HSV(B)38.02º66.89%59.22%-
XYZ19.3618.845.63-
YUV117.7789.76151.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=47.94%
G=36.19%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511145000.250.670.4138.0250.2539.41
Hex9772320194329263227
Octal2271626203110351466247
Binary1001011111100101100100110011000011101001100110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977232; }

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

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

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

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

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

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

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

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