Shades of Paco #51463F
Tints of Paco #51463F
RGB
CMYK
RGB Variations
Color information
#51463F (or 0x51463F) is known color: Paco. HEX triplet: 51, 46 and 3F. RGB value is (81,70,63). Sum of RGB (Red+Green+Blue) = 81+70+63=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463F is #AEB9C0. Grayscale: #484848. Windows color (decimal): -11450817 or 4146769. OLE color: 4146769.
HSL color Cylindrical-coordinate representation of color #51463F: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51463F is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 63 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.68 |
| HSL | 23.33º | 0.13% | 0.28% | - |
| HSV(B) | 23.33º | 0.22% | 0.32% | - |
| XYZ | 6.48 | 6.49 | 5.61 | - |
| YUV | 72.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 63 | 0 | 0.14 | 0.22 | 0.68 | 23.33 | 0.13 | 0.28 |
| Hex | 51 | 46 | 3F | 0 | E | 16 | 44 | 17 | C | 1C |
| Octal | 121 | 106 | 77 | 0 | 16 | 26 | 104 | 27 | 14 | 34 |
| Binary | 1010001 | 1000110 | 111111 | 0 | 1110 | 10110 | 1000100 | 10111 | 1100 | 11100 |
Color Harmonies of #51463F
Complementary color
Monochromatic Colors of #51463F
Black with #51463F
Text Example
Text Example
White with #51463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51463F; }
p { color: rgb(81,70,63); }
H1.HeaderClassName
{
color: #51463F;
}
.AnyTagClassName
{
color: #51463F;
}
</style>
background-color css
<style>
a { background-color: #51463F; }
a { background-color: rgb(81,70,63); }
div.DivClassName
{
background-color: #51463F;
}
.BgClassName
{
background-color: #51463F;
}
</style>
border-color css
<style>
span { border-color: #51463F; }
span { border-color: rgb(81,70,63); }
td.TdClassName
{
border-color: #51463F;
}
.TagClassName
{
border-color: #51463F;
}
</style>