#937032

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

Shades of Buttered Rum #937032

Tints of Buttered Rum #937032

Color information

#937032 (or 0x937032) is unknown color: approx Buttered Rum. HEX triplet: 93, 70 and 32. RGB value is (147,112,50). Sum of RGB (Red+Green+Blue) = 147+112+50=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #937032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937032 is #6C8FCD. Grayscale: #737373. Windows color (decimal): -7114702 or 3305619. OLE color: 3305619.

HSL color Cylindrical-coordinate representation of color #937032: hue angle of 38.35º degrees, saturation: 0.49, 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 #937032 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14711250-
CMYK00.240.660.42
HSL38.35º49.24%38.63%-
HSV(B)38.35º65.99%57.65%-
XYZ18.418.025.53-
YUV115.491.1150.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=47.57%
G=36.25%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471125000.240.660.4238.3549.2438.63
Hex937032018422A263127
Octal2231606203010252466147
Binary1001001111100001100100110001000010101010100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937032; }

 p { color: rgb(147,112,50); }

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

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

 a { background-color: rgb(147,112,50); }

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

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

 span { border-color: rgb(147,112,50); }

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