#493427

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

Shades of Dark Rum #493427

Tints of Dark Rum #493427

Color information

#493427 (or 0x493427) is unknown color: approx Dark Rum. HEX triplet: 49, 34 and 27. RGB value is (73,52,39). Sum of RGB (Red+Green+Blue) = 73+52+39=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493427 is #B6CBD8. Grayscale: #383838. Windows color (decimal): -11979737 or 2569289. OLE color: 2569289.

HSL color Cylindrical-coordinate representation of color #493427: hue angle of 22.94º 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 #493427 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB735239-
CMYK00.290.470.71
HSL22.94º30.36%21.96%-
HSV(B)22.94º46.58%28.63%-
XYZ4.344.022.47-
YUV56.8117.96139.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=44.51%
G=31.71%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73523900.290.470.7122.9430.3621.96
Hex49342701D2F47171e16
Octal111644703557107273626
Binary10010011101001001110111011011111000111101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493427; }

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

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

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

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

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

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

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

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