Html Css Color HEX #4C382B Dark Rum

📋 copy color: '#4C382B'

red 76 ◦ green 56 ◦ blue 43

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

Shades of Dark Rum #4C382B

Tints of Dark Rum #4C382B

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

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

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

RGB 76 56 43 -
CMYK 0 0.26 0.43 0.70
HSL 23.64º 0.28% 0.23% -
HSV(B) 23.64º 0.43% 0.3% -
XYZ 4.83 4.54 2.91 -
YUV 60.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 76 56 43 0 0.26 0.43 0.70 23.64 0.28 0.23
Hex 4C 38 2B 0 1A 2B 46 18 1C 17
Octal 114 70 53 0 32 53 106 30 34 27
Binary 1001100 111000 101011 0 11010 101011 1000110 11000 11100 10111

Color Harmonies of #4C382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C382B

Black with #4C382B

Text Example


Text Example

White with #4C382B

Text Example


Text Example

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