#977A38

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

Shades of Buttered Rum #977A38

Tints of Buttered Rum #977A38

Color information

#977A38 (or 0x977A38) is unknown color: approx Buttered Rum. HEX triplet: 97, 7A and 38. RGB value is (151,122,56). Sum of RGB (Red+Green+Blue) = 151+122+56=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #977A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A38 is #6885C7. Grayscale: #7B7B7B. Windows color (decimal): -6849992 or 3701399. OLE color: 3701399.

HSL color Cylindrical-coordinate representation of color #977A38: hue angle of 41.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #977A38 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15112256-
CMYK00.190.630.41
HSL41.68º45.89%40.59%-
HSV(B)41.68º62.91%59.22%-
XYZ20.4420.786.68-
YUV123.1590.11147.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=45.90%
G=37.08%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511225600.190.630.4141.6845.8940.59
Hex977A380133F292a2e29
Octal227172700237751525651
Binary100101111111010111000010011111111101001101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,122,56); }

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

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

 a { background-color: rgb(151,122,56); }

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

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

 span { border-color: rgb(151,122,56); }

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