Shades of Paco #513B2D
Tints of Paco #513B2D
RGB
CMYK
RGB Variations
Color information
#513B2D (or 0x513B2D) is known color: Paco. HEX triplet: 51, 3B and 2D. RGB value is (81,59,45). Sum of RGB (Red+Green+Blue) = 81+59+45=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #513B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B2D is #AEC4D2. Grayscale: #404040. Windows color (decimal): -11453651 or 2964305. OLE color: 2964305.
HSL color Cylindrical-coordinate representation of color #513B2D: hue angle of 23.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513B2D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 45 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.68 |
| HSL | 23.33º | 0.29% | 0.25% | - |
| HSV(B) | 23.33º | 0.44% | 0.32% | - |
| XYZ | 5.43 | 5.07 | 3.17 | - |
| YUV | 63.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 45 | 0 | 0.27 | 0.44 | 0.68 | 23.33 | 0.29 | 0.25 |
| Hex | 51 | 3B | 2D | 0 | 1B | 2C | 44 | 17 | 1D | 19 |
| Octal | 121 | 73 | 55 | 0 | 33 | 54 | 104 | 27 | 35 | 31 |
| Binary | 1010001 | 111011 | 101101 | 0 | 11011 | 101100 | 1000100 | 10111 | 11101 | 11001 |
Color Harmonies of #513B2D
Complementary color
Monochromatic Colors of #513B2D
Black with #513B2D
Text Example
Text Example
White with #513B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B2D; }
p { color: rgb(81,59,45); }
H1.HeaderClassName
{
color: #513B2D;
}
.AnyTagClassName
{
color: #513B2D;
}
</style>
background-color css
<style>
a { background-color: #513B2D; }
a { background-color: rgb(81,59,45); }
div.DivClassName
{
background-color: #513B2D;
}
.BgClassName
{
background-color: #513B2D;
}
</style>
border-color css
<style>
span { border-color: #513B2D; }
span { border-color: rgb(81,59,45); }
td.TdClassName
{
border-color: #513B2D;
}
.TagClassName
{
border-color: #513B2D;
}
</style>