#4C382C

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

Shades of Dark Rum #4C382C

Tints of Dark Rum #4C382C

Color information

#4C382C (or 0x4C382C) is unknown color: approx Dark Rum. HEX triplet: 4C, 38 and 2C. RGB value is (76,56,44). Sum of RGB (Red+Green+Blue) = 76+56+44=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C382C is #B3C7D3. Grayscale: #3C3C3C. Windows color (decimal): -11782100 or 2897996. OLE color: 2897996.

HSL color Cylindrical-coordinate representation of color #4C382C: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C382C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB765644-
CMYK00.260.420.70
HSL22.5º26.67%23.53%-
HSV(B)22.5º42.11%29.8%-
XYZ4.854.553-
YUV60.61118.63138.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 44 (17.58% from 255) = 25%
R=43.18%
G=31.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76564400.260.420.7022.526.6723.53
Hex4C382C01A2A46161b18
Octal114705403252106263330
Binary10011001110001011000110101010101000110101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C382C; }

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

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

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

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

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

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

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

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