#957336

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

Shades of Buttered Rum #957336

Tints of Buttered Rum #957336

Color information

#957336 (or 0x957336) is unknown color: approx Buttered Rum. HEX triplet: 95, 73 and 36. RGB value is (149,115,54). Sum of RGB (Red+Green+Blue) = 149+115+54=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957336 is #6A8CC9. Grayscale: #767676. Windows color (decimal): -6982858 or 3568533. OLE color: 3568533.

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

Color convert

RGB14911554-
CMYK00.230.640.42
HSL38.53º46.8%39.8%-
HSV(B)38.53º63.76%58.43%-
XYZ19.1918.926.13-
YUV118.2191.76149.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=46.86%
G=36.16%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491155400.230.640.4238.5346.839.8
Hex957336017402A272f28
Octal2251636602710052475750
Binary1001010111100111101100101111000000101010100111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957336; }

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

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

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

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

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

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

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

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