Shades of Paco #523E30
Tints of Paco #523E30
RGB
CMYK
RGB Variations
Color information
#523E30 (or 0x523E30) is known color: Paco. HEX triplet: 52, 3E and 30. RGB value is (82,62,48). Sum of RGB (Red+Green+Blue) = 82+62+48=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #523E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E30 is #ADC1CF. Grayscale: #424242. Windows color (decimal): -11387344 or 3161682. OLE color: 3161682.
HSL color Cylindrical-coordinate representation of color #523E30: hue angle of 24.71º 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 #523E30 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 48 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.68 |
| HSL | 24.71º | 0.26% | 0.25% | - |
| HSV(B) | 24.71º | 0.41% | 0.32% | - |
| XYZ | 5.74 | 5.45 | 3.55 | - |
| YUV | 66.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 48 | 0 | 0.24 | 0.41 | 0.68 | 24.71 | 0.26 | 0.25 |
| Hex | 52 | 3E | 30 | 0 | 18 | 29 | 44 | 19 | 1A | 19 |
| Octal | 122 | 76 | 60 | 0 | 30 | 51 | 104 | 31 | 32 | 31 |
| Binary | 1010010 | 111110 | 110000 | 0 | 11000 | 101001 | 1000100 | 11001 | 11010 | 11001 |
Color Harmonies of #523E30
Complementary color
Monochromatic Colors of #523E30
Black with #523E30
Text Example
Text Example
White with #523E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E30; }
p { color: rgb(82,62,48); }
H1.HeaderClassName
{
color: #523E30;
}
.AnyTagClassName
{
color: #523E30;
}
</style>
background-color css
<style>
a { background-color: #523E30; }
a { background-color: rgb(82,62,48); }
div.DivClassName
{
background-color: #523E30;
}
.BgClassName
{
background-color: #523E30;
}
</style>
border-color css
<style>
span { border-color: #523E30; }
span { border-color: rgb(82,62,48); }
td.TdClassName
{
border-color: #523E30;
}
.TagClassName
{
border-color: #523E30;
}
</style>