#46382D

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

Shades of Dark Rum #46382D

Tints of Dark Rum #46382D

Color information

#46382D (or 0x46382D) is unknown color: approx Dark Rum. HEX triplet: 46, 38 and 2D. RGB value is (70,56,45). Sum of RGB (Red+Green+Blue) = 70+56+45=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #46382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46382D is #B9C7D2. Grayscale: #3A3A3A. Windows color (decimal): -12175315 or 2963526. OLE color: 2963526.

HSL color Cylindrical-coordinate representation of color #46382D: hue angle of 26.4º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46382D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB705645-
CMYK00.200.360.73
HSL26.4º21.74%22.55%-
HSV(B)26.4º35.71%27.45%-
XYZ4.414.323.08-
YUV58.93120.14135.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=40.94%
G=32.75%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70564500.200.360.7326.421.7422.55
Hex46382D01424491a1617
Octal106705502444111322627
Binary10001101110001011010101001001001001001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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