#47352A

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

Shades of Dark Rum #47352A

Tints of Dark Rum #47352A

Color information

#47352A (or 0x47352A) is unknown color: approx Dark Rum. HEX triplet: 47, 35 and 2A. RGB value is (71,53,42). Sum of RGB (Red+Green+Blue) = 71+53+42=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47352A is #B8CAD5. Grayscale: #393939. Windows color (decimal): -12110550 or 2766151. OLE color: 2766151.

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

Color convert

RGB715342-
CMYK00.250.410.72
HSL22.76º25.66%22.16%-
HSV(B)22.76º40.85%27.84%-
XYZ4.294.052.75-
YUV57.13119.46137.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=42.77%
G=31.93%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71534200.250.410.7222.7625.6622.16
Hex47352A0192948171a16
Octal107655203151110273226
Binary10001111101011010100110011010011001000101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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