#493326

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

Shades of Dark Rum #493326

Tints of Dark Rum #493326

Color information

#493326 (or 0x493326) is unknown color: approx Dark Rum. HEX triplet: 49, 33 and 26. RGB value is (73,51,38). Sum of RGB (Red+Green+Blue) = 73+51+38=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493326 is #B6CCD9. Grayscale: #383838. Windows color (decimal): -11979994 or 2503497. OLE color: 2503497.

HSL color Cylindrical-coordinate representation of color #493326: hue angle of 22.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493326 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB735138-
CMYK00.300.480.71
HSL22.29º31.53%21.76%-
HSV(B)22.29º47.95%28.63%-
XYZ4.283.922.37-
YUV56.1117.79140.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=45.06%
G=31.48%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73513800.300.480.7122.2931.5321.76
Hex49332601E3047162016
Octal111634603660107264026
Binary100100111001110011001111011000010001111011010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493326; }

 p { color: rgb(73,51,38); }

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

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

 a { background-color: rgb(73,51,38); }

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

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

 span { border-color: rgb(73,51,38); }

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