#936F31

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

Shades of Buttered Rum #936F31

Tints of Buttered Rum #936F31

Color information

#936F31 (or 0x936F31) is unknown color: approx Buttered Rum. HEX triplet: 93, 6F and 31. RGB value is (147,111,49). Sum of RGB (Red+Green+Blue) = 147+111+49=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #936F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936F31 is #6C90CE. Grayscale: #727272. Windows color (decimal): -7114959 or 3239827. OLE color: 3239827.

HSL color Cylindrical-coordinate representation of color #936F31: hue angle of 37.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936F31 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14711149-
CMYK00.240.670.42
HSL37.96º50%38.43%-
HSV(B)37.96º66.67%57.65%-
XYZ18.2717.795.38-
YUV114.790.93151.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=47.88%
G=36.16%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471114900.240.670.4237.965038.43
Hex936F31018432A263226
Octal2231576103010352466246
Binary1001001111011111100010110001000011101010100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936F31; }

 p { color: rgb(147,111,49); }

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

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

 a { background-color: rgb(147,111,49); }

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

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

 span { border-color: rgb(147,111,49); }

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