#957535

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

Shades of Buttered Rum #957535

Tints of Buttered Rum #957535

Color information

#957535 (or 0x957535) is unknown color: approx Buttered Rum. HEX triplet: 95, 75 and 35. RGB value is (149,117,53). Sum of RGB (Red+Green+Blue) = 149+117+53=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #957535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957535 is #6A8ACA. Grayscale: #777777. Windows color (decimal): -6982347 or 3503509. OLE color: 3503509.

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

Color convert

RGB14911753-
CMYK00.210.640.42
HSL40º47.52%39.61%-
HSV(B)40º64.43%58.43%-
XYZ19.419.376.08-
YUV119.2790.6149.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=46.71%
G=36.68%
B=16.61%

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
Decimal1491175300.210.640.424047.5239.61
Hex957535015402A283028
Octal2251656502510052506050
Binary1001010111101011101010101011000000101010101000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957535; }

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

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

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

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

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

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

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

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