Shades of Paco #4D403B
Tints of Paco #4D403B
RGB
CMYK
RGB Variations
Color information
#4D403B (or 0x4D403B) is known color: Paco. HEX triplet: 4D, 40 and 3B. RGB value is (77,64,59). Sum of RGB (Red+Green+Blue) = 77+64+59=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D403B is #B2BFC4. Grayscale: #434343. Windows color (decimal): -11714501 or 3883085. OLE color: 3883085.
HSL color Cylindrical-coordinate representation of color #4D403B: hue angle of 16.67º 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 #4D403B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 59 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.70 |
| HSL | 16.67º | 0.13% | 0.27% | - |
| HSV(B) | 16.67º | 0.23% | 0.3% | - |
| XYZ | 5.68 | 5.56 | 4.91 | - |
| YUV | 67.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 59 | 0 | 0.17 | 0.23 | 0.70 | 16.67 | 0.13 | 0.27 |
| Hex | 4D | 40 | 3B | 0 | 11 | 17 | 46 | 11 | D | 1B |
| Octal | 115 | 100 | 73 | 0 | 21 | 27 | 106 | 21 | 15 | 33 |
| Binary | 1001101 | 1000000 | 111011 | 0 | 10001 | 10111 | 1000110 | 10001 | 1101 | 11011 |
Color Harmonies of #4D403B
Complementary color
Monochromatic Colors of #4D403B
Black with #4D403B
Text Example
Text Example
White with #4D403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D403B; }
p { color: rgb(77,64,59); }
H1.HeaderClassName
{
color: #4D403B;
}
.AnyTagClassName
{
color: #4D403B;
}
</style>
background-color css
<style>
a { background-color: #4D403B; }
a { background-color: rgb(77,64,59); }
div.DivClassName
{
background-color: #4D403B;
}
.BgClassName
{
background-color: #4D403B;
}
</style>
border-color css
<style>
span { border-color: #4D403B; }
span { border-color: rgb(77,64,59); }
td.TdClassName
{
border-color: #4D403B;
}
.TagClassName
{
border-color: #4D403B;
}
</style>