Shades of Paco #483C37
Tints of Paco #483C37
RGB
CMYK
RGB Variations
Color information
#483C37 (or 0x483C37) is known color: Paco. HEX triplet: 48, 3C and 37. RGB value is (72,60,55). Sum of RGB (Red+Green+Blue) = 72+60+55=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C37 is #B7C3C8. Grayscale: #3F3F3F. Windows color (decimal): -12043209 or 3619912. OLE color: 3619912.
HSL color Cylindrical-coordinate representation of color #483C37: hue angle of 17.65º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483C37 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 55 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.72 |
| HSL | 17.65º | 0.13% | 0.25% | - |
| HSV(B) | 17.65º | 0.24% | 0.28% | - |
| XYZ | 4.98 | 4.89 | 4.3 | - |
| YUV | 63.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 55 | 0 | 0.17 | 0.24 | 0.72 | 17.65 | 0.13 | 0.25 |
| Hex | 48 | 3C | 37 | 0 | 11 | 18 | 48 | 12 | D | 19 |
| Octal | 110 | 74 | 67 | 0 | 21 | 30 | 110 | 22 | 15 | 31 |
| Binary | 1001000 | 111100 | 110111 | 0 | 10001 | 11000 | 1001000 | 10010 | 1101 | 11001 |
Color Harmonies of #483C37
Complementary color
Monochromatic Colors of #483C37
Black with #483C37
Text Example
Text Example
White with #483C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C37; }
p { color: rgb(72,60,55); }
H1.HeaderClassName
{
color: #483C37;
}
.AnyTagClassName
{
color: #483C37;
}
</style>
background-color css
<style>
a { background-color: #483C37; }
a { background-color: rgb(72,60,55); }
div.DivClassName
{
background-color: #483C37;
}
.BgClassName
{
background-color: #483C37;
}
</style>
border-color css
<style>
span { border-color: #483C37; }
span { border-color: rgb(72,60,55); }
td.TdClassName
{
border-color: #483C37;
}
.TagClassName
{
border-color: #483C37;
}
</style>