Shades of Paco #55443E
Tints of Paco #55443E
RGB
CMYK
RGB Variations
Color information
#55443E (or 0x55443E) is known color: Paco. HEX triplet: 55, 44 and 3E. RGB value is (85,68,62). Sum of RGB (Red+Green+Blue) = 85+68+62=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443E is #AABBC1. Grayscale: #484848. Windows color (decimal): -11189186 or 4080725. OLE color: 4080725.
HSL color Cylindrical-coordinate representation of color #55443E: hue angle of 15.65º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55443E is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 62 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.67 |
| HSL | 15.65º | 0.16% | 0.29% | - |
| HSV(B) | 15.65º | 0.27% | 0.33% | - |
| XYZ | 6.68 | 6.41 | 5.44 | - |
| YUV | 72.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 62 | 0 | 0.20 | 0.27 | 0.67 | 15.65 | 0.16 | 0.29 |
| Hex | 55 | 44 | 3E | 0 | 14 | 1B | 43 | 10 | 10 | 1D |
| Octal | 125 | 104 | 76 | 0 | 24 | 33 | 103 | 20 | 20 | 35 |
| Binary | 1010101 | 1000100 | 111110 | 0 | 10100 | 11011 | 1000011 | 10000 | 10000 | 11101 |
Color Harmonies of #55443E
Complementary color
Monochromatic Colors of #55443E
Black with #55443E
Text Example
Text Example
White with #55443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55443E; }
p { color: rgb(85,68,62); }
H1.HeaderClassName
{
color: #55443E;
}
.AnyTagClassName
{
color: #55443E;
}
</style>
background-color css
<style>
a { background-color: #55443E; }
a { background-color: rgb(85,68,62); }
div.DivClassName
{
background-color: #55443E;
}
.BgClassName
{
background-color: #55443E;
}
</style>
border-color css
<style>
span { border-color: #55443E; }
span { border-color: rgb(85,68,62); }
td.TdClassName
{
border-color: #55443E;
}
.TagClassName
{
border-color: #55443E;
}
</style>