#947940

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

Shades of Buttered Rum #947940

Tints of Buttered Rum #947940

Color information

#947940 (or 0x947940) is unknown color: approx Buttered Rum. HEX triplet: 94, 79 and 40. RGB value is (148,121,64). Sum of RGB (Red+Green+Blue) = 148+121+64=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947940 is #6B86BF. Grayscale: #7A7A7A. Windows color (decimal): -7046848 or 4225428. OLE color: 4225428.

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

Color convert

RGB14812164-
CMYK00.180.570.42
HSL40.71º39.62%41.57%-
HSV(B)40.71º56.76%58.04%-
XYZ19.9820.347.72-
YUV122.5894.95146.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=44.44%
G=36.34%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481216400.180.570.4240.7139.6241.57
Hex947940012392A29282a
Octal2241711000227152515052
Binary1001010011110011000000010010111001101010101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947940; }

 p { color: rgb(148,121,64); }

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

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

 a { background-color: rgb(148,121,64); }

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

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

 span { border-color: rgb(148,121,64); }

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