#473529

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

Shades of Dark Rum #473529

Tints of Dark Rum #473529

Color information

#473529 (or 0x473529) is unknown color: approx Dark Rum. HEX triplet: 47, 35 and 29. RGB value is (71,53,41). Sum of RGB (Red+Green+Blue) = 71+53+41=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #473529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473529 is #B8CAD6. Grayscale: #393939. Windows color (decimal): -12110551 or 2700615. OLE color: 2700615.

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

Color convert

RGB715341-
CMYK00.250.420.72
HSL24º26.79%21.96%-
HSV(B)24º42.25%27.84%-
XYZ4.274.052.65-
YUV57.01118.96137.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=43.03%
G=32.12%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71534100.250.420.722426.7921.96
Hex4735290192A48181b16
Octal107655103152110303326
Binary10001111101011010010110011010101001000110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473529; }

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

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

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

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

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

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

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

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