Html Css Color HEX #49392E Dark Rum

📋 copy color: '#49392E'

red 73 ◦ green 57 ◦ blue 46

#49392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Rum #49392E

Tints of Dark Rum #49392E

RGB

 RED value IS 73 (28.91% from 255) = 41.48%

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 41.48%
G = 32.39%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49392E (or 0x49392E) is known color: Dark Rum. HEX triplet: 49, 39 and 2E. RGB value is (73,57,46). Sum of RGB (Red+Green+Blue) = 73+57+46=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #49392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49392E is #B6C6D1. Grayscale: #3C3C3C. Windows color (decimal): -11978450 or 3029321. OLE color: 3029321.

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

Color convert

RGB 73 57 46 -
CMYK 0 0.22 0.37 0.71
HSL 24.44º 0.23% 0.23% -
HSV(B) 24.44º 0.37% 0.29% -
XYZ 4.7 4.54 3.21 -
YUV 60.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 73 57 46 0 0.22 0.37 0.71 24.44 0.23 0.23
Hex 49 39 2E 0 16 25 47 18 17 17
Octal 111 71 56 0 26 45 107 30 27 27
Binary 1001001 111001 101110 0 10110 100101 1000111 11000 10111 10111

Color Harmonies of #49392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49392E

Black with #49392E

Text Example


Text Example

White with #49392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49392E; }

 p { color: rgb(73,57,46); }

 H1.HeaderClassName
 {
   color: #49392E;
 }
 .AnyTagClassName
 {
   color: #49392E;
 }
</style>

background-color css

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

 a { background-color: rgb(73,57,46); }

 div.DivClassName
 {
   background-color: #49392E;
 }
 .BgClassName
 {
   background-color: #49392E;
 }
</style>

border-color css

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

 span { border-color: rgb(73,57,46); }

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