#93733A

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

Shades of Buttered Rum #93733A

Tints of Buttered Rum #93733A

Color information

#93733A (or 0x93733A) is unknown color: approx Buttered Rum. HEX triplet: 93, 73 and 3A. RGB value is (147,115,58). Sum of RGB (Red+Green+Blue) = 147+115+58=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93733A is #6C8CC5. Grayscale: #767676. Windows color (decimal): -7113926 or 3830675. OLE color: 3830675.

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

Color convert

RGB14711558-
CMYK00.220.610.42
HSL38.43º43.41%40.2%-
HSV(B)38.43º60.54%57.65%-
XYZ18.9318.776.63-
YUV118.0794.1148.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=45.94%
G=35.94%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471155800.220.610.4238.4343.4140.2
Hex93733A0163D2A262b28
Octal223163720267552465350
Binary100100111110011111010010110111101101010100110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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