#957940

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

Shades of Buttered Rum #957940

Tints of Buttered Rum #957940

Color information

#957940 (or 0x957940) is unknown color: approx Buttered Rum. HEX triplet: 95, 79 and 40. RGB value is (149,121,64). Sum of RGB (Red+Green+Blue) = 149+121+64=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957940 is #6A86BF. Grayscale: #7B7B7B. Windows color (decimal): -6981312 or 4225429. OLE color: 4225429.

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

Color convert

RGB14912164-
CMYK00.190.570.42
HSL40.24º39.91%41.76%-
HSV(B)40.24º57.05%58.43%-
XYZ20.1620.437.73-
YUV122.8794.78146.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=44.61%
G=36.23%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491216400.190.570.4240.2439.9141.76
Hex957940013392A28282a
Octal2251711000237152505052
Binary1001010111110011000000010011111001101010101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957940; }

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

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

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

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

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

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

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

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