#4D423B

Color #4D423B Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #4D423B

Tints of Paco #4D423B

Color information

#4D423B (or 0x4D423B) is unknown color: approx 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

RGB776659-
CMYK00.140.230.70
HSL23.33º13.24%26.67%-
HSV(B)23.33º23.38%30.2%-
XYZ5.85.794.95-
YUV68.49122.64134.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77665900.140.230.7023.3313.2426.67
Hex4D423B0E174617d1b
Octal1151027301627106271533
Binary100110110000101110110111010111100011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>