#957036

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

Shades of Buttered Rum #957036

Tints of Buttered Rum #957036

Color information

#957036 (or 0x957036) is unknown color: approx Buttered Rum. HEX triplet: 95, 70 and 36. RGB value is (149,112,54). Sum of RGB (Red+Green+Blue) = 149+112+54=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957036 is #6A8FC9. Grayscale: #747474. Windows color (decimal): -6983626 or 3567765. OLE color: 3567765.

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

Color convert

RGB14911254-
CMYK00.250.640.42
HSL36.63º46.8%39.8%-
HSV(B)36.63º63.76%58.43%-
XYZ18.8518.246.02-
YUV116.4592.76151.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=47.30%
G=35.56%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491125400.250.640.4236.6346.839.8
Hex957036019402A252f28
Octal2251606603110052455750
Binary1001010111100001101100110011000000101010100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957036; }

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

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

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

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

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

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

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

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