#946D37

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

Shades of Buttered Rum #946D37

Tints of Buttered Rum #946D37

Color information

#946D37 (or 0x946D37) is unknown color: approx Buttered Rum. HEX triplet: 94, 6D and 37. RGB value is (148,109,55). Sum of RGB (Red+Green+Blue) = 148+109+55=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #946D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D37 is #6B92C8. Grayscale: #727272. Windows color (decimal): -7049929 or 3632532. OLE color: 3632532.

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

Color convert

RGB14810955-
CMYK00.260.630.42
HSL34.84º45.81%39.8%-
HSV(B)34.84º62.84%58.04%-
XYZ18.3717.516.03-
YUV114.594.42151.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=47.44%
G=34.94%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481095500.260.630.4234.8445.8139.8
Hex946D3701A3F2A232e28
Octal224155670327752435650
Binary100101001101101110111011010111111101010100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D37; }

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

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

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

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

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

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

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

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