Shades of Paco #53423A
Tints of Paco #53423A
RGB
CMYK
RGB Variations
Color information
#53423A (or 0x53423A) is known color: Paco. HEX triplet: 53, 42 and 3A. RGB value is (83,66,58). Sum of RGB (Red+Green+Blue) = 83+66+58=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #53423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423A is #ACBDC5. Grayscale: #464646. Windows color (decimal): -11320774 or 3818067. OLE color: 3818067.
HSL color Cylindrical-coordinate representation of color #53423A: hue angle of 19.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53423A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 58 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.67 |
| HSL | 19.2º | 0.18% | 0.28% | - |
| HSV(B) | 19.2º | 0.3% | 0.33% | - |
| XYZ | 6.28 | 6.04 | 4.84 | - |
| YUV | 70.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 58 | 0 | 0.20 | 0.30 | 0.67 | 19.2 | 0.18 | 0.28 |
| Hex | 53 | 42 | 3A | 0 | 14 | 1E | 43 | 13 | 12 | 1C |
| Octal | 123 | 102 | 72 | 0 | 24 | 36 | 103 | 23 | 22 | 34 |
| Binary | 1010011 | 1000010 | 111010 | 0 | 10100 | 11110 | 1000011 | 10011 | 10010 | 11100 |
Color Harmonies of #53423A
Complementary color
Monochromatic Colors of #53423A
Black with #53423A
Text Example
Text Example
White with #53423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53423A; }
p { color: rgb(83,66,58); }
H1.HeaderClassName
{
color: #53423A;
}
.AnyTagClassName
{
color: #53423A;
}
</style>
background-color css
<style>
a { background-color: #53423A; }
a { background-color: rgb(83,66,58); }
div.DivClassName
{
background-color: #53423A;
}
.BgClassName
{
background-color: #53423A;
}
</style>
border-color css
<style>
span { border-color: #53423A; }
span { border-color: rgb(83,66,58); }
td.TdClassName
{
border-color: #53423A;
}
.TagClassName
{
border-color: #53423A;
}
</style>