Shades of Paco #53443B
Tints of Paco #53443B
RGB
CMYK
RGB Variations
Color information
#53443B (or 0x53443B) is known color: Paco. HEX triplet: 53, 44 and 3B. RGB value is (83,68,59). Sum of RGB (Red+Green+Blue) = 83+68+59=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443B is #ACBBC4. Grayscale: #474747. Windows color (decimal): -11320261 or 3884115. OLE color: 3884115.
HSL color Cylindrical-coordinate representation of color #53443B: hue angle of 22.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53443B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 59 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.67 |
| HSL | 22.5º | 0.17% | 0.28% | - |
| HSV(B) | 22.5º | 0.29% | 0.33% | - |
| XYZ | 6.42 | 6.29 | 5.01 | - |
| YUV | 71.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 59 | 0 | 0.18 | 0.29 | 0.67 | 22.5 | 0.17 | 0.28 |
| Hex | 53 | 44 | 3B | 0 | 12 | 1D | 43 | 16 | 11 | 1C |
| Octal | 123 | 104 | 73 | 0 | 22 | 35 | 103 | 26 | 21 | 34 |
| Binary | 1010011 | 1000100 | 111011 | 0 | 10010 | 11101 | 1000011 | 10110 | 10001 | 11100 |
Color Harmonies of #53443B
Complementary color
Monochromatic Colors of #53443B
Black with #53443B
Text Example
Text Example
White with #53443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53443B; }
p { color: rgb(83,68,59); }
H1.HeaderClassName
{
color: #53443B;
}
.AnyTagClassName
{
color: #53443B;
}
</style>
background-color css
<style>
a { background-color: #53443B; }
a { background-color: rgb(83,68,59); }
div.DivClassName
{
background-color: #53443B;
}
.BgClassName
{
background-color: #53443B;
}
</style>
border-color css
<style>
span { border-color: #53443B; }
span { border-color: rgb(83,68,59); }
td.TdClassName
{
border-color: #53443B;
}
.TagClassName
{
border-color: #53443B;
}
</style>