Html Css Color HEX #4C382C Dark Rum

📋 copy color: '#4C382C'

red 76 ◦ green 56 ◦ blue 44

#4C382C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Rum #4C382C

Tints of Dark Rum #4C382C

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 value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C382C (or 0x4C382C) is known color: 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

RGB 76 56 44 -
CMYK 0 0.26 0.42 0.70
HSL 22.5º 0.27% 0.24% -
HSV(B) 22.5º 0.42% 0.3% -
XYZ 4.85 4.55 3 -
YUV 60.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 76 56 44 0 0.26 0.42 0.70 22.5 0.27 0.24
Hex 4C 38 2C 0 1A 2A 46 16 1B 18
Octal 114 70 54 0 32 52 106 26 33 30
Binary 1001100 111000 101100 0 11010 101010 1000110 10110 11011 11000

Color Harmonies of #4C382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C382C

Black with #4C382C

Text Example


Text Example

White with #4C382C

Text Example


Text Example

HTML Codes & Css Web 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>