Html Css Color HEX #4D423B Paco

📋 copy color: '#4D423B'

red 77 ◦ green 66 ◦ blue 59

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

Shades of Paco #4D423B

Tints of Paco #4D423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.21%

R = 38.12%
G = 32.67%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D423B (or 0x4D423B) is known color: Paco. HEX triplet: 4D, 42 and 3B. RGB value is (77,66,59). Sum of RGB (Red+Green+Blue) = 77+66+59=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D423B is #B2BDC4. Grayscale: #444444. Windows color (decimal): -11713989 or 3883597. OLE color: 3883597.

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

Color convert

RGB 77 66 59 -
CMYK 0 0.14 0.23 0.70
HSL 23.33º 0.13% 0.27% -
HSV(B) 23.33º 0.23% 0.3% -
XYZ 5.8 5.79 4.95 -
YUV 68.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 77 66 59 0 0.14 0.23 0.70 23.33 0.13 0.27
Hex 4D 42 3B 0 E 17 46 17 D 1B
Octal 115 102 73 0 16 27 106 27 15 33
Binary 1001101 1000010 111011 0 1110 10111 1000110 10111 1101 11011

Color Harmonies of #4D423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D423B

Black with #4D423B

Text Example


Text Example

White with #4D423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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