Html Css Color HEX #4C4841 Mondo

📋 copy color: '#4C4841'

red 76 ◦ green 72 ◦ blue 65

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

Shades of Mondo #4C4841

Tints of Mondo #4C4841

RGB

 RED value IS 76 (30.08% from 255) = 35.68%

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 35.68%
G = 33.8%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C4841 (or 0x4C4841) is known color: Mondo. HEX triplet: 4C, 48 and 41. RGB value is (76,72,65). Sum of RGB (Red+Green+Blue) = 76+72+65=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4841 is #B3B7BE. Grayscale: #484848. Windows color (decimal): -11777983 or 4278348. OLE color: 4278348.

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

Color convert

RGB 76 72 65 -
CMYK 0 0.05 0.14 0.70
HSL 38.18º 0.08% 0.28% -
HSV(B) 38.18º 0.14% 0.3% -
XYZ 6.25 6.55 5.94 -
YUV 72.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 76 72 65 0 0.05 0.14 0.70 38.18 0.08 0.28
Hex 4C 48 41 0 5 E 46 26 8 1C
Octal 114 110 101 0 5 16 106 46 10 34
Binary 1001100 1001000 1000001 0 101 1110 1000110 100110 1000 11100

Color Harmonies of #4C4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4841

Black with #4C4841

Text Example


Text Example

White with #4C4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,65); }

 H1.HeaderClassName
 {
   color: #4C4841;
 }
 .AnyTagClassName
 {
   color: #4C4841;
 }
</style>

background-color css

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

 a { background-color: rgb(76,72,65); }

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

border-color css

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

 span { border-color: rgb(76,72,65); }

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