#93763E

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

Shades of Buttered Rum #93763E

Tints of Buttered Rum #93763E

Color information

#93763E (or 0x93763E) is unknown color: approx Buttered Rum. HEX triplet: 93, 76 and 3E. RGB value is (147,118,62). Sum of RGB (Red+Green+Blue) = 147+118+62=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93763E is #6C89C1. Grayscale: #787878. Windows color (decimal): -7113154 or 4093587. OLE color: 4093587.

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

Color convert

RGB14711862-
CMYK00.200.580.42
HSL39.53º40.67%40.98%-
HSV(B)39.53º57.82%57.65%-
XYZ19.3819.517.3-
YUV120.2995.11147.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=44.95%
G=36.09%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471186200.200.580.4239.5340.6740.98
Hex93763E0143A2A282929
Octal223166760247252505151
Binary100100111110110111110010100111010101010101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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