#49362A

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

Shades of Dark Rum #49362A

Tints of Dark Rum #49362A

Color information

#49362A (or 0x49362A) is unknown color: approx Dark Rum. HEX triplet: 49, 36 and 2A. RGB value is (73,54,42). Sum of RGB (Red+Green+Blue) = 73+54+42=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49362A is #B6C9D5. Grayscale: #3A3A3A. Windows color (decimal): -11979222 or 2766409. OLE color: 2766409.

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

Color convert

RGB735442-
CMYK00.260.420.71
HSL23.23º26.96%22.55%-
HSV(B)23.23º42.47%28.63%-
XYZ4.484.222.77-
YUV58.31118.79138.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=43.20%
G=31.95%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73544200.260.420.7123.2326.9622.55
Hex49362A01A2A47171b17
Octal111665203252107273327
Binary10010011101101010100110101010101000111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49362A; }

 p { color: rgb(73,54,42); }

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

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

 a { background-color: rgb(73,54,42); }

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

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

 span { border-color: rgb(73,54,42); }

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