Shades of Paco #4D4138
Tints of Paco #4D4138
RGB
CMYK
RGB Variations
Color information
#4D4138 (or 0x4D4138) is known color: Paco. HEX triplet: 4D, 41 and 38. RGB value is (77,65,56). Sum of RGB (Red+Green+Blue) = 77+65+56=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4138 is #B2BEC7. Grayscale: #434343. Windows color (decimal): -11714248 or 3686733. OLE color: 3686733.
HSL color Cylindrical-coordinate representation of color #4D4138: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D4138 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 56 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.70 |
| HSL | 25.71º | 0.16% | 0.26% | - |
| HSV(B) | 25.71º | 0.27% | 0.3% | - |
| XYZ | 5.66 | 5.64 | 4.53 | - |
| YUV | 67.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 56 | 0 | 0.16 | 0.27 | 0.70 | 25.71 | 0.16 | 0.26 |
| Hex | 4D | 41 | 38 | 0 | 10 | 1B | 46 | 1A | 10 | 1A |
| Octal | 115 | 101 | 70 | 0 | 20 | 33 | 106 | 32 | 20 | 32 |
| Binary | 1001101 | 1000001 | 111000 | 0 | 10000 | 11011 | 1000110 | 11010 | 10000 | 11010 |
Color Harmonies of #4D4138
Complementary color
Monochromatic Colors of #4D4138
Black with #4D4138
Text Example
Text Example
White with #4D4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4138; }
p { color: rgb(77,65,56); }
H1.HeaderClassName
{
color: #4D4138;
}
.AnyTagClassName
{
color: #4D4138;
}
</style>
background-color css
<style>
a { background-color: #4D4138; }
a { background-color: rgb(77,65,56); }
div.DivClassName
{
background-color: #4D4138;
}
.BgClassName
{
background-color: #4D4138;
}
</style>
border-color css
<style>
span { border-color: #4D4138; }
span { border-color: rgb(77,65,56); }
td.TdClassName
{
border-color: #4D4138;
}
.TagClassName
{
border-color: #4D4138;
}
</style>