#47382C

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

Shades of Dark Rum #47382C

Tints of Dark Rum #47382C

Color information

#47382C (or 0x47382C) is unknown color: approx Dark Rum. HEX triplet: 47, 38 and 2C. RGB value is (71,56,44). Sum of RGB (Red+Green+Blue) = 71+56+44=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47382C is #B8C7D3. Grayscale: #3B3B3B. Windows color (decimal): -12109780 or 2897991. OLE color: 2897991.

HSL color Cylindrical-coordinate representation of color #47382C: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47382C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB715644-
CMYK00.210.380.72
HSL26.67º23.48%22.55%-
HSV(B)26.67º38.03%27.84%-
XYZ4.474.352.99-
YUV59.12119.47136.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=41.52%
G=32.75%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71564400.210.380.7226.6723.4822.55
Hex47382C01526481b1717
Octal107705402546110332727
Binary10001111110001011000101011001101001000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47382C; }

 p { color: rgb(71,56,44); }

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

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

 a { background-color: rgb(71,56,44); }

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

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

 span { border-color: rgb(71,56,44); }

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