#957237

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

Shades of Buttered Rum #957237

Tints of Buttered Rum #957237

Color information

#957237 (or 0x957237) is unknown color: approx Buttered Rum. HEX triplet: 95, 72 and 37. RGB value is (149,114,55). Sum of RGB (Red+Green+Blue) = 149+114+55=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957237 is #6A8DC8. Grayscale: #767676. Windows color (decimal): -6983113 or 3633813. OLE color: 3633813.

HSL color Cylindrical-coordinate representation of color #957237: hue angle of 37.66º 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 #957237 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB14911455-
CMYK00.230.630.42
HSL37.66º46.08%40%-
HSV(B)37.66º63.09%58.43%-
XYZ19.118.76.22-
YUV117.7492.6150.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=46.86%
G=35.85%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491145500.230.630.4237.6646.0840
Hex9572370173F2A262e28
Octal225162670277752465650
Binary100101011110010110111010111111111101010100110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957237; }

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

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

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

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

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

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

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

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