Shades of Jon #553F40
Tints of Jon #553F40
RGB
CMYK
RGB Variations
Color information
#553F40 (or 0x553F40) is known color: Jon. HEX triplet: 55, 3F and 40. RGB value is (85,63,64). Sum of RGB (Red+Green+Blue) = 85+63+64=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F40 is #AAC0BF. Grayscale: #454545. Windows color (decimal): -11190464 or 4210517. OLE color: 4210517.
HSL color Cylindrical-coordinate representation of color #553F40: hue angle of 357.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F40 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 64 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.67 |
| HSL | 357.27º | 0.15% | 0.29% | - |
| HSV(B) | 357.27º | 0.26% | 0.33% | - |
| XYZ | 6.45 | 5.86 | 5.64 | - |
| YUV | 69.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 64 | 0 | 0.26 | 0.25 | 0.67 | 357.27 | 0.15 | 0.29 |
| Hex | 55 | 3F | 40 | 0 | 1A | 19 | 43 | 165 | F | 1D |
| Octal | 125 | 77 | 100 | 0 | 32 | 31 | 103 | 545 | 17 | 35 |
| Binary | 1010101 | 111111 | 1000000 | 0 | 11010 | 11001 | 1000011 | 101100101 | 1111 | 11101 |
Color Harmonies of #553F40
Complementary color
Monochromatic Colors of #553F40
Black with #553F40
Text Example
Text Example
White with #553F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F40; }
p { color: rgb(85,63,64); }
H1.HeaderClassName
{
color: #553F40;
}
.AnyTagClassName
{
color: #553F40;
}
</style>
background-color css
<style>
a { background-color: #553F40; }
a { background-color: rgb(85,63,64); }
div.DivClassName
{
background-color: #553F40;
}
.BgClassName
{
background-color: #553F40;
}
</style>
border-color css
<style>
span { border-color: #553F40; }
span { border-color: rgb(85,63,64); }
td.TdClassName
{
border-color: #553F40;
}
.TagClassName
{
border-color: #553F40;
}
</style>