#4C382B

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

Shades of Dark Rum #4C382B

Tints of Dark Rum #4C382B

Color information

#4C382B (or 0x4C382B) is unknown color: approx Dark Rum. HEX triplet: 4C, 38 and 2B. RGB value is (76,56,43). Sum of RGB (Red+Green+Blue) = 76+56+43=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C382B is #B3C7D4. Grayscale: #3C3C3C. Windows color (decimal): -11782101 or 2832460. OLE color: 2832460.

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

Color convert

RGB765643-
CMYK00.260.430.70
HSL23.64º27.73%23.33%-
HSV(B)23.64º43.42%29.8%-
XYZ4.834.542.91-
YUV60.5118.13139.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.43%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=43.43%
G=32%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76564300.260.430.7023.6427.7323.33
Hex4C382B01A2B46181c17
Octal114705303253106303427
Binary10011001110001010110110101010111000110110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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