Shades of Paco #483E3A
Tints of Paco #483E3A
RGB
CMYK
RGB Variations
Color information
#483E3A (or 0x483E3A) is known color: Paco. HEX triplet: 48, 3E and 3A. RGB value is (72,62,58). Sum of RGB (Red+Green+Blue) = 72+62+58=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E3A is #B7C1C5. Grayscale: #404040. Windows color (decimal): -12042694 or 3817032. OLE color: 3817032.
HSL color Cylindrical-coordinate representation of color #483E3A: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483E3A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 58 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.72 |
| HSL | 17.14º | 0.11% | 0.25% | - |
| HSV(B) | 17.14º | 0.19% | 0.28% | - |
| XYZ | 5.16 | 5.13 | 4.72 | - |
| YUV | 64.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 58 | 0 | 0.14 | 0.19 | 0.72 | 17.14 | 0.11 | 0.25 |
| Hex | 48 | 3E | 3A | 0 | E | 13 | 48 | 11 | B | 19 |
| Octal | 110 | 76 | 72 | 0 | 16 | 23 | 110 | 21 | 13 | 31 |
| Binary | 1001000 | 111110 | 111010 | 0 | 1110 | 10011 | 1001000 | 10001 | 1011 | 11001 |
Color Harmonies of #483E3A
Complementary color
Monochromatic Colors of #483E3A
Black with #483E3A
Text Example
Text Example
White with #483E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E3A; }
p { color: rgb(72,62,58); }
H1.HeaderClassName
{
color: #483E3A;
}
.AnyTagClassName
{
color: #483E3A;
}
</style>
background-color css
<style>
a { background-color: #483E3A; }
a { background-color: rgb(72,62,58); }
div.DivClassName
{
background-color: #483E3A;
}
.BgClassName
{
background-color: #483E3A;
}
</style>
border-color css
<style>
span { border-color: #483E3A; }
span { border-color: rgb(72,62,58); }
td.TdClassName
{
border-color: #483E3A;
}
.TagClassName
{
border-color: #483E3A;
}
</style>