#48372C

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

Shades of Dark Rum #48372C

Tints of Dark Rum #48372C

Color information

#48372C (or 0x48372C) is unknown color: approx Dark Rum. HEX triplet: 48, 37 and 2C. RGB value is (72,55,44). Sum of RGB (Red+Green+Blue) = 72+55+44=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372C is #B7C8D3. Grayscale: #3A3A3A. Windows color (decimal): -12044500 or 2897736. OLE color: 2897736.

HSL color Cylindrical-coordinate representation of color #48372C: hue angle of 23.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48372C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB725544-
CMYK00.240.390.72
HSL23.57º24.14%22.75%-
HSV(B)23.57º38.89%28.24%-
XYZ4.494.292.97-
YUV58.83119.63137.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=42.11%
G=32.16%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554400.240.390.7223.5724.1422.75
Hex48372C0182748181817
Octal110675403047110303027
Binary10010001101111011000110001001111001000110001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48372C; }

 p { color: rgb(72,55,44); }

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

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

 a { background-color: rgb(72,55,44); }

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

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

 span { border-color: rgb(72,55,44); }

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