Shades of Paco #554238
Tints of Paco #554238
RGB
CMYK
RGB Variations
Color information
#554238 (or 0x554238) is known color: Paco. HEX triplet: 55, 42 and 38. RGB value is (85,66,56). Sum of RGB (Red+Green+Blue) = 85+66+56=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554238 is #AABDC7. Grayscale: #464646. Windows color (decimal): -11189704 or 3686997. OLE color: 3686997.
HSL color Cylindrical-coordinate representation of color #554238: hue angle of 20.69º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554238 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 56 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.67 |
| HSL | 20.69º | 0.21% | 0.28% | - |
| HSV(B) | 20.69º | 0.34% | 0.33% | - |
| XYZ | 6.41 | 6.11 | 4.58 | - |
| YUV | 70.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 56 | 0 | 0.22 | 0.34 | 0.67 | 20.69 | 0.21 | 0.28 |
| Hex | 55 | 42 | 38 | 0 | 16 | 22 | 43 | 15 | 15 | 1C |
| Octal | 125 | 102 | 70 | 0 | 26 | 42 | 103 | 25 | 25 | 34 |
| Binary | 1010101 | 1000010 | 111000 | 0 | 10110 | 100010 | 1000011 | 10101 | 10101 | 11100 |
Color Harmonies of #554238
Complementary color
Monochromatic Colors of #554238
Black with #554238
Text Example
Text Example
White with #554238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554238; }
p { color: rgb(85,66,56); }
H1.HeaderClassName
{
color: #554238;
}
.AnyTagClassName
{
color: #554238;
}
</style>
background-color css
<style>
a { background-color: #554238; }
a { background-color: rgb(85,66,56); }
div.DivClassName
{
background-color: #554238;
}
.BgClassName
{
background-color: #554238;
}
</style>
border-color css
<style>
span { border-color: #554238; }
span { border-color: rgb(85,66,56); }
td.TdClassName
{
border-color: #554238;
}
.TagClassName
{
border-color: #554238;
}
</style>