Html Css Color HEX #4D4541 Paco

📋 copy color: '#4D4541'

red 77 ◦ green 69 ◦ blue 65

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

Shades of Paco #4D4541

Tints of Paco #4D4541

RGB

 RED value IS 77 (30.47% from 255) = 36.49%

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 36.49%
G = 32.7%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D4541 (or 0x4D4541) is known color: Paco. HEX triplet: 4D, 45 and 41. RGB value is (77,69,65). Sum of RGB (Red+Green+Blue) = 77+69+65=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4541 is #B2BABE. Grayscale: #464646. Windows color (decimal): -11713215 or 4277581. OLE color: 4277581.

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

Color convert

RGB 77 69 65 -
CMYK 0 0.10 0.16 0.70
HSL 20º 0.08% 0.28% -
HSV(B) 20º 0.16% 0.3% -
XYZ 6.14 6.22 5.88 -
YUV 70.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 77 69 65 0 0.10 0.16 0.70 20 0.08 0.28
Hex 4D 45 41 0 A 10 46 14 8 1C
Octal 115 105 101 0 12 20 106 24 10 34
Binary 1001101 1000101 1000001 0 1010 10000 1000110 10100 1000 11100

Color Harmonies of #4D4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4541

Black with #4D4541

Text Example


Text Example

White with #4D4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,65); }

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

background-color css

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

 a { background-color: rgb(77,69,65); }

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

border-color css

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

 span { border-color: rgb(77,69,65); }

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