#49372B

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

Shades of Dark Rum #49372B

Tints of Dark Rum #49372B

Color information

#49372B (or 0x49372B) is unknown color: approx Dark Rum. HEX triplet: 49, 37 and 2B. RGB value is (73,55,43). Sum of RGB (Red+Green+Blue) = 73+55+43=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49372B is #B6C8D4. Grayscale: #3B3B3B. Windows color (decimal): -11978965 or 2832201. OLE color: 2832201.

HSL color Cylindrical-coordinate representation of color #49372B: hue angle of 24º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49372B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB735543-
CMYK00.250.410.71
HSL24º25.86%22.75%-
HSV(B)24º41.1%28.63%-
XYZ4.554.322.88-
YUV59.01118.96137.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=42.69%
G=32.16%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73554300.250.410.712425.8622.75
Hex49372B0192947181a17
Octal111675303151107303227
Binary10010011101111010110110011010011000111110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49372B; }

 p { color: rgb(73,55,43); }

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

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

 a { background-color: rgb(73,55,43); }

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

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

 span { border-color: rgb(73,55,43); }

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