Shades of Paco #55443D
Tints of Paco #55443D
RGB
CMYK
RGB Variations
Color information
#55443D (or 0x55443D) is known color: Paco. HEX triplet: 55, 44 and 3D. RGB value is (85,68,61). Sum of RGB (Red+Green+Blue) = 85+68+61=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443D is #AABBC2. Grayscale: #484848. Windows color (decimal): -11189187 or 4015189. OLE color: 4015189.
HSL color Cylindrical-coordinate representation of color #55443D: hue angle of 17.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55443D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 61 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.67 |
| HSL | 17.5º | 0.16% | 0.29% | - |
| HSV(B) | 17.5º | 0.28% | 0.33% | - |
| XYZ | 6.66 | 6.4 | 5.3 | - |
| YUV | 72.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 61 | 0 | 0.20 | 0.28 | 0.67 | 17.5 | 0.16 | 0.29 |
| Hex | 55 | 44 | 3D | 0 | 14 | 1C | 43 | 12 | 10 | 1D |
| Octal | 125 | 104 | 75 | 0 | 24 | 34 | 103 | 22 | 20 | 35 |
| Binary | 1010101 | 1000100 | 111101 | 0 | 10100 | 11100 | 1000011 | 10010 | 10000 | 11101 |
Color Harmonies of #55443D
Complementary color
Monochromatic Colors of #55443D
Black with #55443D
Text Example
Text Example
White with #55443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55443D; }
p { color: rgb(85,68,61); }
H1.HeaderClassName
{
color: #55443D;
}
.AnyTagClassName
{
color: #55443D;
}
</style>
background-color css
<style>
a { background-color: #55443D; }
a { background-color: rgb(85,68,61); }
div.DivClassName
{
background-color: #55443D;
}
.BgClassName
{
background-color: #55443D;
}
</style>
border-color css
<style>
span { border-color: #55443D; }
span { border-color: rgb(85,68,61); }
td.TdClassName
{
border-color: #55443D;
}
.TagClassName
{
border-color: #55443D;
}
</style>