Shades of Paco #53443E
Tints of Paco #53443E
RGB
CMYK
RGB Variations
Color information
#53443E (or 0x53443E) is known color: Paco. HEX triplet: 53, 44 and 3E. RGB value is (83,68,62). Sum of RGB (Red+Green+Blue) = 83+68+62=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443E is #ACBBC1. Grayscale: #474747. Windows color (decimal): -11320258 or 4080723. OLE color: 4080723.
HSL color Cylindrical-coordinate representation of color #53443E: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53443E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 62 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.67 |
| HSL | 17.14º | 0.14% | 0.28% | - |
| HSV(B) | 17.14º | 0.25% | 0.33% | - |
| XYZ | 6.5 | 6.32 | 5.43 | - |
| YUV | 71.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 62 | 0 | 0.18 | 0.25 | 0.67 | 17.14 | 0.14 | 0.28 |
| Hex | 53 | 44 | 3E | 0 | 12 | 19 | 43 | 11 | E | 1C |
| Octal | 123 | 104 | 76 | 0 | 22 | 31 | 103 | 21 | 16 | 34 |
| Binary | 1010011 | 1000100 | 111110 | 0 | 10010 | 11001 | 1000011 | 10001 | 1110 | 11100 |
Color Harmonies of #53443E
Complementary color
Monochromatic Colors of #53443E
Black with #53443E
Text Example
Text Example
White with #53443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53443E; }
p { color: rgb(83,68,62); }
H1.HeaderClassName
{
color: #53443E;
}
.AnyTagClassName
{
color: #53443E;
}
</style>
background-color css
<style>
a { background-color: #53443E; }
a { background-color: rgb(83,68,62); }
div.DivClassName
{
background-color: #53443E;
}
.BgClassName
{
background-color: #53443E;
}
</style>
border-color css
<style>
span { border-color: #53443E; }
span { border-color: rgb(83,68,62); }
td.TdClassName
{
border-color: #53443E;
}
.TagClassName
{
border-color: #53443E;
}
</style>