#46372C

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

Shades of Dark Rum #46372C

Tints of Dark Rum #46372C

Color information

#46372C (or 0x46372C) is unknown color: approx Dark Rum. HEX triplet: 46, 37 and 2C. RGB value is (70,55,44). Sum of RGB (Red+Green+Blue) = 70+55+44=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46372C is #B9C8D3. Grayscale: #3A3A3A. Windows color (decimal): -12175572 or 2897734. OLE color: 2897734.

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

Color convert

RGB705544-
CMYK00.210.370.73
HSL25.38º22.81%22.35%-
HSV(B)25.38º37.14%27.45%-
XYZ4.354.222.97-
YUV58.23119.97136.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=41.42%
G=32.54%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70554400.210.370.7325.3822.8122.35
Hex46372C0152549191716
Octal106675402545111312726
Binary10001101101111011000101011001011001001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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