#493327

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

Shades of Dark Rum #493327

Tints of Dark Rum #493327

Color information

#493327 (or 0x493327) is unknown color: approx Dark Rum. HEX triplet: 49, 33 and 27. RGB value is (73,51,39). Sum of RGB (Red+Green+Blue) = 73+51+39=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493327 is #B6CCD8. Grayscale: #383838. Windows color (decimal): -11979993 or 2569033. OLE color: 2569033.

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

Color convert

RGB735139-
CMYK00.300.470.71
HSL21.18º30.36%21.96%-
HSV(B)21.18º46.58%28.63%-
XYZ4.33.932.45-
YUV56.21118.29139.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=44.79%
G=31.29%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73513900.300.470.7121.1830.3621.96
Hex49332701E2F47151e16
Octal111634703657107253626
Binary10010011100111001110111101011111000111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493327; }

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

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

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

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

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

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

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

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