Shades of Paco #53443D
Tints of Paco #53443D
RGB
CMYK
RGB Variations
Color information
#53443D (or 0x53443D) is known color: Paco. HEX triplet: 53, 44 and 3D. RGB value is (83,68,61). Sum of RGB (Red+Green+Blue) = 83+68+61=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443D is #ACBBC2. Grayscale: #474747. Windows color (decimal): -11320259 or 4015187. OLE color: 4015187.
HSL color Cylindrical-coordinate representation of color #53443D: hue angle of 19.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53443D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 61 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.67 |
| HSL | 19.09º | 0.15% | 0.28% | - |
| HSV(B) | 19.09º | 0.27% | 0.33% | - |
| XYZ | 6.48 | 6.31 | 5.29 | - |
| YUV | 71.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 61 | 0 | 0.18 | 0.27 | 0.67 | 19.09 | 0.15 | 0.28 |
| Hex | 53 | 44 | 3D | 0 | 12 | 1B | 43 | 13 | F | 1C |
| Octal | 123 | 104 | 75 | 0 | 22 | 33 | 103 | 23 | 17 | 34 |
| Binary | 1010011 | 1000100 | 111101 | 0 | 10010 | 11011 | 1000011 | 10011 | 1111 | 11100 |
Color Harmonies of #53443D
Complementary color
Monochromatic Colors of #53443D
Black with #53443D
Text Example
Text Example
White with #53443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53443D; }
p { color: rgb(83,68,61); }
H1.HeaderClassName
{
color: #53443D;
}
.AnyTagClassName
{
color: #53443D;
}
</style>
background-color css
<style>
a { background-color: #53443D; }
a { background-color: rgb(83,68,61); }
div.DivClassName
{
background-color: #53443D;
}
.BgClassName
{
background-color: #53443D;
}
</style>
border-color css
<style>
span { border-color: #53443D; }
span { border-color: rgb(83,68,61); }
td.TdClassName
{
border-color: #53443D;
}
.TagClassName
{
border-color: #53443D;
}
</style>