#947137

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

Shades of Buttered Rum #947137

Tints of Buttered Rum #947137

Color information

#947137 (or 0x947137) is unknown color: approx Buttered Rum. HEX triplet: 94, 71 and 37. RGB value is (148,113,55). Sum of RGB (Red+Green+Blue) = 148+113+55=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #947137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947137 is #6B8EC8. Grayscale: #757575. Windows color (decimal): -7048905 or 3633556. OLE color: 3633556.

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

Color convert

RGB14811355-
CMYK00.240.630.42
HSL37.42º45.81%39.8%-
HSV(B)37.42º62.84%58.04%-
XYZ18.8118.386.17-
YUV116.8593.1150.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=46.84%
G=35.76%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481135500.240.630.4237.4245.8139.8
Hex9471370183F2A252e28
Octal224161670307752455650
Binary100101001110001110111011000111111101010100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947137; }

 p { color: rgb(148,113,55); }

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

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

 a { background-color: rgb(148,113,55); }

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

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

 span { border-color: rgb(148,113,55); }

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