Shades of Paco #483B36
Tints of Paco #483B36
RGB
CMYK
RGB Variations
Color information
#483B36 (or 0x483B36) is known color: Paco. HEX triplet: 48, 3B and 36. RGB value is (72,59,54). Sum of RGB (Red+Green+Blue) = 72+59+54=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #483B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B36 is #B7C4C9. Grayscale: #3E3E3E. Windows color (decimal): -12043466 or 3554120. OLE color: 3554120.
HSL color Cylindrical-coordinate representation of color #483B36: hue angle of 16.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483B36 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 54 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.72 |
| HSL | 16.67º | 0.14% | 0.25% | - |
| HSV(B) | 16.67º | 0.25% | 0.28% | - |
| XYZ | 4.9 | 4.77 | 4.15 | - |
| YUV | 62.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 54 | 0 | 0.18 | 0.25 | 0.72 | 16.67 | 0.14 | 0.25 |
| Hex | 48 | 3B | 36 | 0 | 12 | 19 | 48 | 11 | E | 19 |
| Octal | 110 | 73 | 66 | 0 | 22 | 31 | 110 | 21 | 16 | 31 |
| Binary | 1001000 | 111011 | 110110 | 0 | 10010 | 11001 | 1001000 | 10001 | 1110 | 11001 |
Color Harmonies of #483B36
Complementary color
Monochromatic Colors of #483B36
Black with #483B36
Text Example
Text Example
White with #483B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B36; }
p { color: rgb(72,59,54); }
H1.HeaderClassName
{
color: #483B36;
}
.AnyTagClassName
{
color: #483B36;
}
</style>
background-color css
<style>
a { background-color: #483B36; }
a { background-color: rgb(72,59,54); }
div.DivClassName
{
background-color: #483B36;
}
.BgClassName
{
background-color: #483B36;
}
</style>
border-color css
<style>
span { border-color: #483B36; }
span { border-color: rgb(72,59,54); }
td.TdClassName
{
border-color: #483B36;
}
.TagClassName
{
border-color: #483B36;
}
</style>