Shades of Paco #553F31
Tints of Paco #553F31
RGB
CMYK
RGB Variations
Color information
#553F31 (or 0x553F31) is known color: Paco. HEX triplet: 55, 3F and 31. RGB value is (85,63,49). Sum of RGB (Red+Green+Blue) = 85+63+49=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F31 is #AAC0CE. Grayscale: #444444. Windows color (decimal): -11190479 or 3227477. OLE color: 3227477.
HSL color Cylindrical-coordinate representation of color #553F31: hue angle of 23.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553F31 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 49 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.67 |
| HSL | 23.33º | 0.27% | 0.26% | - |
| HSV(B) | 23.33º | 0.42% | 0.33% | - |
| XYZ | 6.08 | 5.71 | 3.69 | - |
| YUV | 67.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 49 | 0 | 0.26 | 0.42 | 0.67 | 23.33 | 0.27 | 0.26 |
| Hex | 55 | 3F | 31 | 0 | 1A | 2A | 43 | 17 | 1B | 1A |
| Octal | 125 | 77 | 61 | 0 | 32 | 52 | 103 | 27 | 33 | 32 |
| Binary | 1010101 | 111111 | 110001 | 0 | 11010 | 101010 | 1000011 | 10111 | 11011 | 11010 |
Color Harmonies of #553F31
Complementary color
Monochromatic Colors of #553F31
Black with #553F31
Text Example
Text Example
White with #553F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F31; }
p { color: rgb(85,63,49); }
H1.HeaderClassName
{
color: #553F31;
}
.AnyTagClassName
{
color: #553F31;
}
</style>
background-color css
<style>
a { background-color: #553F31; }
a { background-color: rgb(85,63,49); }
div.DivClassName
{
background-color: #553F31;
}
.BgClassName
{
background-color: #553F31;
}
</style>
border-color css
<style>
span { border-color: #553F31; }
span { border-color: rgb(85,63,49); }
td.TdClassName
{
border-color: #553F31;
}
.TagClassName
{
border-color: #553F31;
}
</style>