#493529

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

Shades of Dark Rum #493529

Tints of Dark Rum #493529

Color information

#493529 (or 0x493529) is unknown color: approx Dark Rum. HEX triplet: 49, 35 and 29. RGB value is (73,53,41). Sum of RGB (Red+Green+Blue) = 73+53+41=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493529 is #B6CAD6. Grayscale: #393939. Windows color (decimal): -11979479 or 2700617. OLE color: 2700617.

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

Color convert

RGB735341-
CMYK00.270.440.71
HSL22.5º28.07%22.35%-
HSV(B)22.5º43.84%28.63%-
XYZ4.424.122.66-
YUV57.61118.63138.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=43.71%
G=31.74%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73534100.270.440.7122.528.0722.35
Hex49352901B2C47161c16
Octal111655103354107263426
Binary10010011101011010010110111011001000111101101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493529; }

 p { color: rgb(73,53,41); }

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

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

 a { background-color: rgb(73,53,41); }

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

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

 span { border-color: rgb(73,53,41); }

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