#977D3A

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

Shades of Buttered Rum #977D3A

Tints of Buttered Rum #977D3A

Color information

#977D3A (or 0x977D3A) is unknown color: approx Buttered Rum. HEX triplet: 97, 7D and 3A. RGB value is (151,125,58). Sum of RGB (Red+Green+Blue) = 151+125+58=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #977D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D3A is #6882C5. Grayscale: #7D7D7D. Windows color (decimal): -6849222 or 3833239. OLE color: 3833239.

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

Color convert

RGB15112558-
CMYK00.170.620.41
HSL43.23º44.5%40.98%-
HSV(B)43.23º61.59%59.22%-
XYZ20.8621.557.06-
YUV125.1490.11146.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=45.21%
G=37.43%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511255800.170.620.4143.2344.540.98
Hex977D3A0113E292b2c29
Octal227175720217651535451
Binary100101111111101111010010001111110101001101011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,125,58); }

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

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

 a { background-color: rgb(151,125,58); }

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

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

 span { border-color: rgb(151,125,58); }

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