#957134

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

Shades of Buttered Rum #957134

Tints of Buttered Rum #957134

Color information

#957134 (or 0x957134) is unknown color: approx Buttered Rum. HEX triplet: 95, 71 and 34. RGB value is (149,113,52). Sum of RGB (Red+Green+Blue) = 149+113+52=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957134 is #6A8ECB. Grayscale: #757575. Windows color (decimal): -6983372 or 3436949. OLE color: 3436949.

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

Color convert

RGB14911352-
CMYK00.240.650.42
HSL37.73º48.26%39.41%-
HSV(B)37.73º65.1%58.43%-
XYZ18.9218.455.81-
YUV116.8191.43150.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=47.45%
G=35.99%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491135200.240.650.4237.7348.2639.41
Hex957134018412A263027
Octal2251616403010152466047
Binary1001010111100011101000110001000001101010100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957134; }

 p { color: rgb(149,113,52); }

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

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

 a { background-color: rgb(149,113,52); }

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

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

 span { border-color: rgb(149,113,52); }

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