Shades of Paco #513C30
Tints of Paco #513C30
RGB
CMYK
RGB Variations
Color information
#513C30 (or 0x513C30) is known color: Paco. HEX triplet: 51, 3C and 30. RGB value is (81,60,48). Sum of RGB (Red+Green+Blue) = 81+60+48=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #513C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C30 is #AEC3CF. Grayscale: #404040. Windows color (decimal): -11453392 or 3161169. OLE color: 3161169.
HSL color Cylindrical-coordinate representation of color #513C30: hue angle of 21.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #513C30 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 48 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.68 |
| HSL | 21.82º | 0.26% | 0.25% | - |
| HSV(B) | 21.82º | 0.41% | 0.32% | - |
| XYZ | 5.54 | 5.19 | 3.51 | - |
| YUV | 64.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 48 | 0 | 0.26 | 0.41 | 0.68 | 21.82 | 0.26 | 0.25 |
| Hex | 51 | 3C | 30 | 0 | 1A | 29 | 44 | 16 | 1A | 19 |
| Octal | 121 | 74 | 60 | 0 | 32 | 51 | 104 | 26 | 32 | 31 |
| Binary | 1010001 | 111100 | 110000 | 0 | 11010 | 101001 | 1000100 | 10110 | 11010 | 11001 |
Color Harmonies of #513C30
Complementary color
Monochromatic Colors of #513C30
Black with #513C30
Text Example
Text Example
White with #513C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C30; }
p { color: rgb(81,60,48); }
H1.HeaderClassName
{
color: #513C30;
}
.AnyTagClassName
{
color: #513C30;
}
</style>
background-color css
<style>
a { background-color: #513C30; }
a { background-color: rgb(81,60,48); }
div.DivClassName
{
background-color: #513C30;
}
.BgClassName
{
background-color: #513C30;
}
</style>
border-color css
<style>
span { border-color: #513C30; }
span { border-color: rgb(81,60,48); }
td.TdClassName
{
border-color: #513C30;
}
.TagClassName
{
border-color: #513C30;
}
</style>