Shades of Paco #483F3B
Tints of Paco #483F3B
RGB
CMYK
RGB Variations
Color information
#483F3B (or 0x483F3B) is known color: Paco. HEX triplet: 48, 3F and 3B. RGB value is (72,63,59). Sum of RGB (Red+Green+Blue) = 72+63+59=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3B is #B7C0C4. Grayscale: #414141. Windows color (decimal): -12042437 or 3882824. OLE color: 3882824.
HSL color Cylindrical-coordinate representation of color #483F3B: hue angle of 18.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483F3B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 59 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.72 |
| HSL | 18.46º | 0.1% | 0.26% | - |
| HSV(B) | 18.46º | 0.18% | 0.28% | - |
| XYZ | 5.24 | 5.25 | 4.87 | - |
| YUV | 65.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 59 | 0 | 0.12 | 0.18 | 0.72 | 18.46 | 0.1 | 0.26 |
| Hex | 48 | 3F | 3B | 0 | C | 12 | 48 | 12 | A | 1A |
| Octal | 110 | 77 | 73 | 0 | 14 | 22 | 110 | 22 | 12 | 32 |
| Binary | 1001000 | 111111 | 111011 | 0 | 1100 | 10010 | 1001000 | 10010 | 1010 | 11010 |
Color Harmonies of #483F3B
Complementary color
Monochromatic Colors of #483F3B
Black with #483F3B
Text Example
Text Example
White with #483F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F3B; }
p { color: rgb(72,63,59); }
H1.HeaderClassName
{
color: #483F3B;
}
.AnyTagClassName
{
color: #483F3B;
}
</style>
background-color css
<style>
a { background-color: #483F3B; }
a { background-color: rgb(72,63,59); }
div.DivClassName
{
background-color: #483F3B;
}
.BgClassName
{
background-color: #483F3B;
}
</style>
border-color css
<style>
span { border-color: #483F3B; }
span { border-color: rgb(72,63,59); }
td.TdClassName
{
border-color: #483F3B;
}
.TagClassName
{
border-color: #483F3B;
}
</style>