Html Css Color HEX #49372B Dark Rum

📋 copy color: '#49372B'

red 73 ◦ green 55 ◦ blue 43

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

Shades of Dark Rum #49372B

Tints of Dark Rum #49372B

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 value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#49372B (or 0x49372B) is known color: 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

RGB 73 55 43 -
CMYK 0 0.25 0.41 0.71
HSL 24º 0.26% 0.23% -
HSV(B) 24º 0.41% 0.29% -
XYZ 4.55 4.32 2.88 -
YUV 59.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 73 55 43 0 0.25 0.41 0.71 24 0.26 0.23
Hex 49 37 2B 0 19 29 47 18 1A 17
Octal 111 67 53 0 31 51 107 30 32 27
Binary 1001001 110111 101011 0 11001 101001 1000111 11000 11010 10111

Color Harmonies of #49372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49372B

Black with #49372B

Text Example


Text Example

White with #49372B

Text Example


Text Example

HTML Codes & Css Web 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>