#957536

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

Shades of Buttered Rum #957536

Tints of Buttered Rum #957536

Color information

#957536 (or 0x957536) is unknown color: approx Buttered Rum. HEX triplet: 95, 75 and 36. RGB value is (149,117,54). Sum of RGB (Red+Green+Blue) = 149+117+54=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #957536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957536 is #6A8AC9. Grayscale: #777777. Windows color (decimal): -6982346 or 3569045. OLE color: 3569045.

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

Color convert

RGB14911754-
CMYK00.210.640.42
HSL39.79º46.8%39.8%-
HSV(B)39.79º63.76%58.43%-
XYZ19.4219.386.21-
YUV119.3991.1149.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=46.56%
G=36.56%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491175400.210.640.4239.7946.839.8
Hex957536015402A282f28
Octal2251656602510052505750
Binary1001010111101011101100101011000000101010101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957536; }

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

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

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

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

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

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

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

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