#93763C

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

Shades of Buttered Rum #93763C

Tints of Buttered Rum #93763C

Color information

#93763C (or 0x93763C) is unknown color: approx Buttered Rum. HEX triplet: 93, 76 and 3C. RGB value is (147,118,60). Sum of RGB (Red+Green+Blue) = 147+118+60=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93763C is #6C89C3. Grayscale: #787878. Windows color (decimal): -7113156 or 3962515. OLE color: 3962515.

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

Color convert

RGB14711860-
CMYK00.200.590.42
HSL40º42.03%40.59%-
HSV(B)40º59.18%57.65%-
XYZ19.3319.497.02-
YUV120.0694.11147.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=45.23%
G=36.31%
B=18.46%

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
Decimal1471186000.200.590.424042.0340.59
Hex93763C0143B2A282a29
Octal223166740247352505251
Binary100100111110110111100010100111011101010101000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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