#46362B

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

Shades of Dark Rum #46362B

Tints of Dark Rum #46362B

Color information

#46362B (or 0x46362B) is unknown color: approx Dark Rum. HEX triplet: 46, 36 and 2B. RGB value is (70,54,43). Sum of RGB (Red+Green+Blue) = 70+54+43=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46362B is #B9C9D4. Grayscale: #393939. Windows color (decimal): -12175829 or 2831942. OLE color: 2831942.

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

Color convert

RGB705443-
CMYK00.230.390.73
HSL24.44º23.89%22.16%-
HSV(B)24.44º38.57%27.45%-
XYZ4.284.112.85-
YUV57.53119.8136.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=41.92%
G=32.34%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70544300.230.390.7324.4423.8922.16
Hex46362B0172749181816
Octal106665302747111303026
Binary10001101101101010110101111001111001001110001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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