#957840

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

Shades of Buttered Rum #957840

Tints of Buttered Rum #957840

Color information

#957840 (or 0x957840) is unknown color: approx Buttered Rum. HEX triplet: 95, 78 and 40. RGB value is (149,120,64). Sum of RGB (Red+Green+Blue) = 149+120+64=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957840 is #6A87BF. Grayscale: #7A7A7A. Windows color (decimal): -6981568 or 4225173. OLE color: 4225173.

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

Color convert

RGB14912064-
CMYK00.190.570.42
HSL39.53º39.91%41.76%-
HSV(B)39.53º57.05%58.43%-
XYZ20.0420.197.69-
YUV122.2995.11147.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=44.74%
G=36.04%
B=19.22%

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
Decimal1491206400.190.570.4239.5339.9141.76
Hex957840013392A28282a
Octal2251701000237152505052
Binary1001010111110001000000010011111001101010101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957840; }

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

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

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

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

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

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

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

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