#463529

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

Shades of Dark Rum #463529

Tints of Dark Rum #463529

Color information

#463529 (or 0x463529) is unknown color: approx Dark Rum. HEX triplet: 46, 35 and 29. RGB value is (70,53,41). Sum of RGB (Red+Green+Blue) = 70+53+41=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463529 is #B9CAD6. Grayscale: #383838. Windows color (decimal): -12176087 or 2700614. OLE color: 2700614.

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

Color convert

RGB705341-
CMYK00.240.410.73
HSL24.83º26.13%21.76%-
HSV(B)24.83º41.43%27.45%-
XYZ4.24.012.65-
YUV56.72119.13137.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 41 (16.41% from 255) = 25%
R=42.68%
G=32.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70534100.240.410.7324.8326.1321.76
Hex4635290182949191a16
Octal106655103051111313226
Binary10001101101011010010110001010011001001110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463529; }

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

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

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

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

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

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

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

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