Html Css Color HEX #4D423E Paco

📋 copy color: '#4D423E'

red 77 ◦ green 66 ◦ blue 62

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

Shades of Paco #4D423E

Tints of Paco #4D423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 37.56%
G = 32.2%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D423E (or 0x4D423E) is known color: Paco. HEX triplet: 4D, 42 and 3E. RGB value is (77,66,62). Sum of RGB (Red+Green+Blue) = 77+66+62=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D423E is #B2BDC1. Grayscale: #444444. Windows color (decimal): -11713986 or 4080205. OLE color: 4080205.

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

Color convert

RGB 77 66 62 -
CMYK 0 0.14 0.19 0.70
HSL 16º 0.11% 0.27% -
HSV(B) 16º 0.19% 0.3% -
XYZ 5.88 5.82 5.37 -
YUV 68.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 77 66 62 0 0.14 0.19 0.70 16 0.11 0.27
Hex 4D 42 3E 0 E 13 46 10 B 1B
Octal 115 102 76 0 16 23 106 20 13 33
Binary 1001101 1000010 111110 0 1110 10011 1000110 10000 1011 11011

Color Harmonies of #4D423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D423E

Black with #4D423E

Text Example


Text Example

White with #4D423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,62); }

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

background-color css

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

 a { background-color: rgb(77,66,62); }

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

border-color css

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

 span { border-color: rgb(77,66,62); }

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