#93743D

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

Shades of Buttered Rum #93743D

Tints of Buttered Rum #93743D

Color information

#93743D (or 0x93743D) is unknown color: approx Buttered Rum. HEX triplet: 93, 74 and 3D. RGB value is (147,116,61). Sum of RGB (Red+Green+Blue) = 147+116+61=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93743D is #6C8BC2. Grayscale: #777777. Windows color (decimal): -7113667 or 4027539. OLE color: 4027539.

HSL color Cylindrical-coordinate representation of color #93743D: hue angle of 38.37º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93743D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14711661-
CMYK00.210.590.42
HSL38.37º41.35%40.78%-
HSV(B)38.37º58.5%57.65%-
XYZ19.1219.037.08-
YUV11995.27147.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=45.37%
G=35.80%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471166100.210.590.4238.3741.3540.78
Hex93743D0153B2A262929
Octal223164750257352465151
Binary100100111110100111101010101111011101010100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93743D; }

 p { color: rgb(147,116,61); }

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

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

 a { background-color: rgb(147,116,61); }

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

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

 span { border-color: rgb(147,116,61); }

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