#46362A

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

Shades of Dark Rum #46362A

Tints of Dark Rum #46362A

Color information

#46362A (or 0x46362A) is unknown color: approx Dark Rum. HEX triplet: 46, 36 and 2A. RGB value is (70,54,42). Sum of RGB (Red+Green+Blue) = 70+54+42=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46362A is #B9C9D5. Grayscale: #393939. Windows color (decimal): -12175830 or 2766406. OLE color: 2766406.

HSL color Cylindrical-coordinate representation of color #46362A: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46362A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB705442-
CMYK00.230.400.73
HSL25.71º25%21.96%-
HSV(B)25.71º40%27.45%-
XYZ4.264.112.76-
YUV57.42119.3136.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=42.17%
G=32.53%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70544200.230.400.7325.712521.96
Hex46362A01728491a1916
Octal106665202750111323126
Binary10001101101101010100101111010001001001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46362A; }

 p { color: rgb(70,54,42); }

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

<style>
 a { background-color: #46362A; }

 a { background-color: rgb(70,54,42); }

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

<style>
 span { border-color: #46362A; }

 span { border-color: rgb(70,54,42); }

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