Shades of Paco #4D3930
Tints of Paco #4D3930
RGB
CMYK
RGB Variations
Color information
#4D3930 (or 0x4D3930) is known color: Paco. HEX triplet: 4D, 39 and 30. RGB value is (77,57,48). Sum of RGB (Red+Green+Blue) = 77+57+48=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3930 is #B2C6CF. Grayscale: #3E3E3E. Windows color (decimal): -11716304 or 3160397. OLE color: 3160397.
HSL color Cylindrical-coordinate representation of color #4D3930: hue angle of 18.62º 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 #4D3930 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 48 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.70 |
| HSL | 18.62º | 0.23% | 0.25% | - |
| HSV(B) | 18.62º | 0.38% | 0.3% | - |
| XYZ | 5.06 | 4.72 | 3.44 | - |
| YUV | 61.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 48 | 0 | 0.26 | 0.38 | 0.70 | 18.62 | 0.23 | 0.25 |
| Hex | 4D | 39 | 30 | 0 | 1A | 26 | 46 | 13 | 17 | 19 |
| Octal | 115 | 71 | 60 | 0 | 32 | 46 | 106 | 23 | 27 | 31 |
| Binary | 1001101 | 111001 | 110000 | 0 | 11010 | 100110 | 1000110 | 10011 | 10111 | 11001 |
Color Harmonies of #4D3930
Complementary color
Monochromatic Colors of #4D3930
Black with #4D3930
Text Example
Text Example
White with #4D3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3930; }
p { color: rgb(77,57,48); }
H1.HeaderClassName
{
color: #4D3930;
}
.AnyTagClassName
{
color: #4D3930;
}
</style>
background-color css
<style>
a { background-color: #4D3930; }
a { background-color: rgb(77,57,48); }
div.DivClassName
{
background-color: #4D3930;
}
.BgClassName
{
background-color: #4D3930;
}
</style>
border-color css
<style>
span { border-color: #4D3930; }
span { border-color: rgb(77,57,48); }
td.TdClassName
{
border-color: #4D3930;
}
.TagClassName
{
border-color: #4D3930;
}
</style>