#957432

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

Shades of Buttered Rum #957432

Tints of Buttered Rum #957432

Color information

#957432 (or 0x957432) is unknown color: approx Buttered Rum. HEX triplet: 95, 74 and 32. RGB value is (149,116,50). Sum of RGB (Red+Green+Blue) = 149+116+50=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #957432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957432 is #6A8BCD. Grayscale: #767676. Windows color (decimal): -6982606 or 3306645. OLE color: 3306645.

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

Color convert

RGB14911650-
CMYK00.220.660.42
HSL40º49.75%39.02%-
HSV(B)40º66.44%58.43%-
XYZ19.2219.115.69-
YUV118.3489.43149.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=47.30%
G=36.83%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491165000.220.660.424049.7539.02
Hex957432016422A283227
Octal2251646202610252506247
Binary1001010111101001100100101101000010101010101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957432; }

 p { color: rgb(149,116,50); }

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

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

 a { background-color: rgb(149,116,50); }

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

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

 span { border-color: rgb(149,116,50); }

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