#93763D

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

Shades of Buttered Rum #93763D

Tints of Buttered Rum #93763D

Color information

#93763D (or 0x93763D) is unknown color: approx Buttered Rum. HEX triplet: 93, 76 and 3D. RGB value is (147,118,61). Sum of RGB (Red+Green+Blue) = 147+118+61=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93763D is #6C89C2. Grayscale: #787878. Windows color (decimal): -7113155 or 4028051. OLE color: 4028051.

HSL color Cylindrical-coordinate representation of color #93763D: hue angle of 39.77º 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 #93763D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14711861-
CMYK00.200.590.42
HSL39.77º41.35%40.78%-
HSV(B)39.77º58.5%57.65%-
XYZ19.3519.57.16-
YUV120.1794.61147.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=45.09%
G=36.20%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471186100.200.590.4239.7741.3540.78
Hex93763D0143B2A282929
Octal223166750247352505151
Binary100100111110110111101010100111011101010101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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