#937A40

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

Shades of Buttered Rum #937A40

Tints of Buttered Rum #937A40

Color information

#937A40 (or 0x937A40) is unknown color: approx Buttered Rum. HEX triplet: 93, 7A and 40. RGB value is (147,122,64). Sum of RGB (Red+Green+Blue) = 147+122+64=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #937A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A40 is #6C85BF. Grayscale: #7B7B7B. Windows color (decimal): -7112128 or 4225683. OLE color: 4225683.

HSL color Cylindrical-coordinate representation of color #937A40: hue angle of 41.93º 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 #937A40 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14712264-
CMYK00.170.560.42
HSL41.93º39.34%41.37%-
HSV(B)41.93º56.46%57.65%-
XYZ19.9220.497.76-
YUV122.8694.78145.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=44.14%
G=36.64%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471226400.170.560.4241.9339.3441.37
Hex937A40011382A2a2729
Octal2231721000217052524751
Binary1001001111110101000000010001111000101010101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A40; }

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

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

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

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

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

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

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

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