#957441

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

Shades of Buttered Rum #957441

Tints of Buttered Rum #957441

Color information

#957441 (or 0x957441) is unknown color: approx Buttered Rum. HEX triplet: 95, 74 and 41. RGB value is (149,116,65). Sum of RGB (Red+Green+Blue) = 149+116+65=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #957441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957441 is #6A8BBE. Grayscale: #787878. Windows color (decimal): -6982591 or 4289685. OLE color: 4289685.

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

Color convert

RGB14911665-
CMYK00.220.560.42
HSL36.43º39.25%41.96%-
HSV(B)36.43º56.38%58.43%-
XYZ19.5919.267.69-
YUV120.0596.93148.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=45.15%
G=35.15%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491166500.220.560.4236.4339.2541.96
Hex957441016382A24272a
Octal2251641010267052444752
Binary1001010111101001000001010110111000101010100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957441; }

 p { color: rgb(149,116,65); }

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

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

 a { background-color: rgb(149,116,65); }

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

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

 span { border-color: rgb(149,116,65); }

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