#957031

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

Shades of Buttered Rum #957031

Tints of Buttered Rum #957031

Color information

#957031 (or 0x957031) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 31. RGB value is (149,112,49). Sum of RGB (Red+Green+Blue) = 149+112+49=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #957031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957031 is #6A8FCE. Grayscale: #747474. Windows color (decimal): -6983631 or 3240085. OLE color: 3240085.

HSL color Cylindrical-coordinate representation of color #957031: hue angle of 37.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #957031 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14911249-
CMYK00.250.670.42
HSL37.8º50.51%38.82%-
HSV(B)37.8º67.11%58.43%-
XYZ18.7418.25.43-
YUV115.8890.26151.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=48.06%
G=36.13%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491124900.250.670.4237.850.5138.82
Hex957031019432A263327
Octal2251606103110352466347
Binary1001010111100001100010110011000011101010100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957031; }

 p { color: rgb(149,112,49); }

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

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

 a { background-color: rgb(149,112,49); }

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

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

 span { border-color: rgb(149,112,49); }

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