#4E423C

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

Shades of Paco #4E423C

Tints of Paco #4E423C

Color information

#4E423C (or 0x4E423C) is unknown color: approx Paco. HEX triplet: 4E, 42 and 3C. RGB value is (78,66,60). Sum of RGB (Red+Green+Blue) = 78+66+60=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E423C is #B1BDC3. Grayscale: #444444. Windows color (decimal): -11648452 or 3949134. OLE color: 3949134.

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

Color convert

RGB786660-
CMYK00.150.230.69
HSL20º13.04%27.06%-
HSV(B)20º23.08%30.59%-
XYZ5.915.845.09-
YUV68.9122.98134.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=38.24%
G=32.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78666000.150.230.692013.0427.06
Hex4E423C0F174514d1b
Octal1161027401727105241533
Binary100111010000101111000111110111100010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,60); }

 H1.HeaderClassName
 {
   color: #4E423C;
 }
 .AnyTagClassName
 {
   color: #4E423C;
 }
</style>
background-color css

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

 a { background-color: rgb(78,66,60); }

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

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

 span { border-color: rgb(78,66,60); }

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