#936D31

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

Shades of Buttered Rum #936D31

Tints of Buttered Rum #936D31

Color information

#936D31 (or 0x936D31) is unknown color: approx Buttered Rum. HEX triplet: 93, 6D and 31. RGB value is (147,109,49). Sum of RGB (Red+Green+Blue) = 147+109+49=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #936D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936D31 is #6C92CE. Grayscale: #717171. Windows color (decimal): -7115471 or 3239315. OLE color: 3239315.

HSL color Cylindrical-coordinate representation of color #936D31: hue angle of 36.73º 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 #936D31 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14710949-
CMYK00.260.670.42
HSL36.73º50%38.43%-
HSV(B)36.73º66.67%57.65%-
XYZ18.0617.365.31-
YUV113.5291.59151.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=48.20%
G=35.74%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471094900.260.670.4236.735038.43
Hex936D3101A432A253226
Octal2231556103210352456246
Binary1001001111011011100010110101000011101010100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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