#947537

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

Shades of Buttered Rum #947537

Tints of Buttered Rum #947537

Color information

#947537 (or 0x947537) is unknown color: approx Buttered Rum. HEX triplet: 94, 75 and 37. RGB value is (148,117,55). Sum of RGB (Red+Green+Blue) = 148+117+55=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #947537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947537 is #6B8AC8. Grayscale: #777777. Windows color (decimal): -7047881 or 3634580. OLE color: 3634580.

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

Color convert

RGB14811755-
CMYK00.210.630.42
HSL40º45.81%39.8%-
HSV(B)40º62.84%58.04%-
XYZ19.2619.296.32-
YUV119.291.77148.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=46.25%
G=36.56%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481175500.210.630.424045.8139.8
Hex9475370153F2A282e28
Octal224165670257752505650
Binary100101001110101110111010101111111101010101000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947537; }

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

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

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

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

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

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

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

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