Shades of Paco #4E433F
Tints of Paco #4E433F
RGB
CMYK
RGB Variations
Color information
#4E433F (or 0x4E433F) is known color: Paco. HEX triplet: 4E, 43 and 3F. RGB value is (78,67,63). Sum of RGB (Red+Green+Blue) = 78+67+63=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E433F is #B1BCC0. Grayscale: #454545. Windows color (decimal): -11648193 or 4145998. OLE color: 4145998.
HSL color Cylindrical-coordinate representation of color #4E433F: hue angle of 16º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E433F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 63 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.69 |
| HSL | 16º | 0.11% | 0.28% | - |
| HSV(B) | 16º | 0.19% | 0.31% | - |
| XYZ | 6.05 | 5.99 | 5.54 | - |
| YUV | 69.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 63 | 0 | 0.14 | 0.19 | 0.69 | 16 | 0.11 | 0.28 |
| Hex | 4E | 43 | 3F | 0 | E | 13 | 45 | 10 | B | 1C |
| Octal | 116 | 103 | 77 | 0 | 16 | 23 | 105 | 20 | 13 | 34 |
| Binary | 1001110 | 1000011 | 111111 | 0 | 1110 | 10011 | 1000101 | 10000 | 1011 | 11100 |
Color Harmonies of #4E433F
Complementary color
Monochromatic Colors of #4E433F
Black with #4E433F
Text Example
Text Example
White with #4E433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E433F; }
p { color: rgb(78,67,63); }
H1.HeaderClassName
{
color: #4E433F;
}
.AnyTagClassName
{
color: #4E433F;
}
</style>
background-color css
<style>
a { background-color: #4E433F; }
a { background-color: rgb(78,67,63); }
div.DivClassName
{
background-color: #4E433F;
}
.BgClassName
{
background-color: #4E433F;
}
</style>
border-color css
<style>
span { border-color: #4E433F; }
span { border-color: rgb(78,67,63); }
td.TdClassName
{
border-color: #4E433F;
}
.TagClassName
{
border-color: #4E433F;
}
</style>