#473428

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

Shades of Dark Rum #473428

Tints of Dark Rum #473428

Color information

#473428 (or 0x473428) is unknown color: approx Dark Rum. HEX triplet: 47, 34 and 28. RGB value is (71,52,40). Sum of RGB (Red+Green+Blue) = 71+52+40=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473428 is #B8CBD7. Grayscale: #383838. Windows color (decimal): -12110808 or 2634823. OLE color: 2634823.

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

Color convert

RGB715240-
CMYK00.270.440.72
HSL23.23º27.93%21.76%-
HSV(B)23.23º43.66%27.84%-
XYZ4.213.952.55-
YUV56.31118.79138.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=43.56%
G=31.90%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71524000.270.440.7223.2327.9321.76
Hex47342801B2C48171c16
Octal107645003354110273426
Binary10001111101001010000110111011001001000101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473428; }

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

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

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

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

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

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

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

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