#937540

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

Shades of Buttered Rum #937540

Tints of Buttered Rum #937540

Color information

#937540 (or 0x937540) is unknown color: approx Buttered Rum. HEX triplet: 93, 75 and 40. RGB value is (147,117,64). Sum of RGB (Red+Green+Blue) = 147+117+64=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #937540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937540 is #6C8ABF. Grayscale: #787878. Windows color (decimal): -7113408 or 4224403. OLE color: 4224403.

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

Color convert

RGB14711764-
CMYK00.200.560.42
HSL38.31º39.34%41.37%-
HSV(B)38.31º56.46%57.65%-
XYZ19.3219.37.56-
YUV119.9396.44147.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=44.82%
G=35.67%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471176400.200.560.4238.3139.3441.37
Hex937540014382A262729
Octal2231651000247052464751
Binary1001001111101011000000010100111000101010100110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937540; }

 p { color: rgb(147,117,64); }

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

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

 a { background-color: rgb(147,117,64); }

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

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

 span { border-color: rgb(147,117,64); }

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