#957436

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

Shades of Buttered Rum #957436

Tints of Buttered Rum #957436

Color information

#957436 (or 0x957436) is unknown color: approx Buttered Rum. HEX triplet: 95, 74 and 36. RGB value is (149,116,54). Sum of RGB (Red+Green+Blue) = 149+116+54=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957436 is #6A8BC9. Grayscale: #777777. Windows color (decimal): -6982602 or 3568789. OLE color: 3568789.

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

Color convert

RGB14911654-
CMYK00.220.640.42
HSL39.16º46.8%39.8%-
HSV(B)39.16º63.76%58.43%-
XYZ19.3119.156.17-
YUV118.891.43149.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=46.71%
G=36.36%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491165400.220.640.4239.1646.839.8
Hex957436016402A272f28
Octal2251646602610052475750
Binary1001010111101001101100101101000000101010100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957436; }

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

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

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

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

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

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

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

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