Shades of Paco #523D2E
Tints of Paco #523D2E
RGB
CMYK
RGB Variations
Color information
#523D2E (or 0x523D2E) is known color: Paco. HEX triplet: 52, 3D and 2E. RGB value is (82,61,46). Sum of RGB (Red+Green+Blue) = 82+61+46=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D2E is #ADC2D1. Grayscale: #414141. Windows color (decimal): -11387602 or 3030354. OLE color: 3030354.
HSL color Cylindrical-coordinate representation of color #523D2E: hue angle of 25º degrees, saturation: 0.28, 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 #523D2E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 46 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.68 |
| HSL | 25º | 0.28% | 0.25% | - |
| HSV(B) | 25º | 0.44% | 0.32% | - |
| XYZ | 5.64 | 5.33 | 3.32 | - |
| YUV | 65.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 46 | 0 | 0.26 | 0.44 | 0.68 | 25 | 0.28 | 0.25 |
| Hex | 52 | 3D | 2E | 0 | 1A | 2C | 44 | 19 | 1C | 19 |
| Octal | 122 | 75 | 56 | 0 | 32 | 54 | 104 | 31 | 34 | 31 |
| Binary | 1010010 | 111101 | 101110 | 0 | 11010 | 101100 | 1000100 | 11001 | 11100 | 11001 |
Color Harmonies of #523D2E
Complementary color
Monochromatic Colors of #523D2E
Black with #523D2E
Text Example
Text Example
White with #523D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D2E; }
p { color: rgb(82,61,46); }
H1.HeaderClassName
{
color: #523D2E;
}
.AnyTagClassName
{
color: #523D2E;
}
</style>
background-color css
<style>
a { background-color: #523D2E; }
a { background-color: rgb(82,61,46); }
div.DivClassName
{
background-color: #523D2E;
}
.BgClassName
{
background-color: #523D2E;
}
</style>
border-color css
<style>
span { border-color: #523D2E; }
span { border-color: rgb(82,61,46); }
td.TdClassName
{
border-color: #523D2E;
}
.TagClassName
{
border-color: #523D2E;
}
</style>