#93733B

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

Shades of Buttered Rum #93733B

Tints of Buttered Rum #93733B

Color information

#93733B (or 0x93733B) is unknown color: approx Buttered Rum. HEX triplet: 93, 73 and 3B. RGB value is (147,115,59). Sum of RGB (Red+Green+Blue) = 147+115+59=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93733B is #6C8CC4. Grayscale: #767676. Windows color (decimal): -7113925 or 3896211. OLE color: 3896211.

HSL color Cylindrical-coordinate representation of color #93733B: hue angle of 38.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93733B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14711559-
CMYK00.220.600.42
HSL38.18º42.72%40.39%-
HSV(B)38.18º59.86%57.65%-
XYZ18.9518.786.76-
YUV118.1894.6148.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=45.79%
G=35.83%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471155900.220.600.4238.1842.7240.39
Hex93733B0163C2A262b28
Octal223163730267452465350
Binary100100111110011111011010110111100101010100110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93733B; }

 p { color: rgb(147,115,59); }

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

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

 a { background-color: rgb(147,115,59); }

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

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

 span { border-color: rgb(147,115,59); }

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