#463428

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

Shades of Dark Rum #463428

Tints of Dark Rum #463428

Color information

#463428 (or 0x463428) is unknown color: approx Dark Rum. HEX triplet: 46, 34 and 28. RGB value is (70,52,40). Sum of RGB (Red+Green+Blue) = 70+52+40=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463428 is #B9CBD7. Grayscale: #383838. Windows color (decimal): -12176344 or 2634822. OLE color: 2634822.

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

Color convert

RGB705240-
CMYK00.260.430.73
HSL24º27.27%21.57%-
HSV(B)24º42.86%27.45%-
XYZ4.143.912.54-
YUV56.01118.96137.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=43.21%
G=32.10%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70524000.260.430.732427.2721.57
Hex46342801A2B49181b16
Octal106645003253111303326
Binary10001101101001010000110101010111001001110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463428; }

 p { color: rgb(70,52,40); }

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

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

 a { background-color: rgb(70,52,40); }

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

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

 span { border-color: rgb(70,52,40); }

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