#493428

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

Shades of Dark Rum #493428

Tints of Dark Rum #493428

Color information

#493428 (or 0x493428) is unknown color: approx Dark Rum. HEX triplet: 49, 34 and 28. RGB value is (73,52,40). Sum of RGB (Red+Green+Blue) = 73+52+40=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493428 is #B6CBD7. Grayscale: #383838. Windows color (decimal): -11979736 or 2634825. OLE color: 2634825.

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

Color convert

RGB735240-
CMYK00.290.450.71
HSL21.82º29.2%22.16%-
HSV(B)21.82º45.21%28.63%-
XYZ4.364.032.55-
YUV56.91118.46139.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=44.24%
G=31.52%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73524000.290.450.7121.8229.222.16
Hex49342801D2D47161d16
Octal111645003555107263526
Binary10010011101001010000111011011011000111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493428; }

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

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

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

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

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

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

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

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