Shades of Paco #4D3C32
Tints of Paco #4D3C32
RGB
CMYK
RGB Variations
Color information
#4D3C32 (or 0x4D3C32) is known color: Paco. HEX triplet: 4D, 3C and 32. RGB value is (77,60,50). Sum of RGB (Red+Green+Blue) = 77+60+50=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C32 is #B2C3CD. Grayscale: #404040. Windows color (decimal): -11715534 or 3292237. OLE color: 3292237.
HSL color Cylindrical-coordinate representation of color #4D3C32: hue angle of 22.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3C32 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 50 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.70 |
| HSL | 22.22º | 0.21% | 0.25% | - |
| HSV(B) | 22.22º | 0.35% | 0.3% | - |
| XYZ | 5.25 | 5.04 | 3.71 | - |
| YUV | 63.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 50 | 0 | 0.22 | 0.35 | 0.70 | 22.22 | 0.21 | 0.25 |
| Hex | 4D | 3C | 32 | 0 | 16 | 23 | 46 | 16 | 15 | 19 |
| Octal | 115 | 74 | 62 | 0 | 26 | 43 | 106 | 26 | 25 | 31 |
| Binary | 1001101 | 111100 | 110010 | 0 | 10110 | 100011 | 1000110 | 10110 | 10101 | 11001 |
Color Harmonies of #4D3C32
Complementary color
Monochromatic Colors of #4D3C32
Black with #4D3C32
Text Example
Text Example
White with #4D3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C32; }
p { color: rgb(77,60,50); }
H1.HeaderClassName
{
color: #4D3C32;
}
.AnyTagClassName
{
color: #4D3C32;
}
</style>
background-color css
<style>
a { background-color: #4D3C32; }
a { background-color: rgb(77,60,50); }
div.DivClassName
{
background-color: #4D3C32;
}
.BgClassName
{
background-color: #4D3C32;
}
</style>
border-color css
<style>
span { border-color: #4D3C32; }
span { border-color: rgb(77,60,50); }
td.TdClassName
{
border-color: #4D3C32;
}
.TagClassName
{
border-color: #4D3C32;
}
</style>