#46352A

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

Shades of Dark Rum #46352A

Tints of Dark Rum #46352A

Color information

#46352A (or 0x46352A) is unknown color: approx Dark Rum. HEX triplet: 46, 35 and 2A. RGB value is (70,53,42). Sum of RGB (Red+Green+Blue) = 70+53+42=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46352A is #B9CAD5. Grayscale: #383838. Windows color (decimal): -12176086 or 2766150. OLE color: 2766150.

HSL color Cylindrical-coordinate representation of color #46352A: hue angle of 23.57º 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 #46352A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB705342-
CMYK00.240.400.73
HSL23.57º25%21.96%-
HSV(B)23.57º40%27.45%-
XYZ4.224.022.74-
YUV56.83119.63137.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=42.42%
G=32.12%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70534200.240.400.7323.572521.96
Hex46352A0182849181916
Octal106655203050111303126
Binary10001101101011010100110001010001001001110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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