Shades of Paco #4D3A30
Tints of Paco #4D3A30
RGB
CMYK
RGB Variations
Color information
#4D3A30 (or 0x4D3A30) is known color: Paco. HEX triplet: 4D, 3A and 30. RGB value is (77,58,48). Sum of RGB (Red+Green+Blue) = 77+58+48=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A30 is #B2C5CF. Grayscale: #3E3E3E. Windows color (decimal): -11716048 or 3160653. OLE color: 3160653.
HSL color Cylindrical-coordinate representation of color #4D3A30: hue angle of 20.69º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3A30 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 48 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.70 |
| HSL | 20.69º | 0.23% | 0.25% | - |
| HSV(B) | 20.69º | 0.38% | 0.3% | - |
| XYZ | 5.11 | 4.82 | 3.46 | - |
| YUV | 62.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 48 | 0 | 0.25 | 0.38 | 0.70 | 20.69 | 0.23 | 0.25 |
| Hex | 4D | 3A | 30 | 0 | 19 | 26 | 46 | 15 | 17 | 19 |
| Octal | 115 | 72 | 60 | 0 | 31 | 46 | 106 | 25 | 27 | 31 |
| Binary | 1001101 | 111010 | 110000 | 0 | 11001 | 100110 | 1000110 | 10101 | 10111 | 11001 |
Color Harmonies of #4D3A30
Complementary color
Monochromatic Colors of #4D3A30
Black with #4D3A30
Text Example
Text Example
White with #4D3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A30; }
p { color: rgb(77,58,48); }
H1.HeaderClassName
{
color: #4D3A30;
}
.AnyTagClassName
{
color: #4D3A30;
}
</style>
background-color css
<style>
a { background-color: #4D3A30; }
a { background-color: rgb(77,58,48); }
div.DivClassName
{
background-color: #4D3A30;
}
.BgClassName
{
background-color: #4D3A30;
}
</style>
border-color css
<style>
span { border-color: #4D3A30; }
span { border-color: rgb(77,58,48); }
td.TdClassName
{
border-color: #4D3A30;
}
.TagClassName
{
border-color: #4D3A30;
}
</style>