#957037

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

Shades of Buttered Rum #957037

Tints of Buttered Rum #957037

Color information

#957037 (or 0x957037) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 37. RGB value is (149,112,55). Sum of RGB (Red+Green+Blue) = 149+112+55=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #957037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957037 is #6A8FC8. Grayscale: #747474. Windows color (decimal): -6983625 or 3633301. OLE color: 3633301.

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

Color convert

RGB14911255-
CMYK00.250.630.42
HSL36.38º46.08%40%-
HSV(B)36.38º63.09%58.43%-
XYZ18.8818.256.14-
YUV116.5693.26151.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=47.15%
G=35.44%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491125500.250.630.4236.3846.0840
Hex9570370193F2A242e28
Octal225160670317752445650
Binary100101011110000110111011001111111101010100100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957037; }

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

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

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

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

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

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

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

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