#48382D

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

Shades of Dark Rum #48382D

Tints of Dark Rum #48382D

Color information

#48382D (or 0x48382D) is unknown color: approx Dark Rum. HEX triplet: 48, 38 and 2D. RGB value is (72,56,45). Sum of RGB (Red+Green+Blue) = 72+56+45=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48382D is #B7C7D2. Grayscale: #3B3B3B. Windows color (decimal): -12044243 or 2963528. OLE color: 2963528.

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

Color convert

RGB725645-
CMYK00.220.380.72
HSL24.44º23.08%22.94%-
HSV(B)24.44º37.5%28.24%-
XYZ4.564.43.09-
YUV59.53119.8136.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=41.62%
G=32.37%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72564500.220.380.7224.4423.0822.94
Hex48382D0162648181717
Octal110705502646110302727
Binary10010001110001011010101101001101001000110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48382D; }

 p { color: rgb(72,56,45); }

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

<style>
 a { background-color: #48382D; }

 a { background-color: rgb(72,56,45); }

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

<style>
 span { border-color: #48382D; }

 span { border-color: rgb(72,56,45); }

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