Shades of Jon #553C3F
Tints of Jon #553C3F
RGB
CMYK
RGB Variations
Color information
#553C3F (or 0x553C3F) is known color: Jon. HEX triplet: 55, 3C and 3F. RGB value is (85,60,63). Sum of RGB (Red+Green+Blue) = 85+60+63=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C3F is #AAC3C0. Grayscale: #434343. Windows color (decimal): -11191233 or 4144213. OLE color: 4144213.
HSL color Cylindrical-coordinate representation of color #553C3F: hue angle of 352.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C3F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 63 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.67 |
| HSL | 352.8º | 0.17% | 0.28% | - |
| HSV(B) | 352.8º | 0.29% | 0.33% | - |
| XYZ | 6.26 | 5.52 | 5.44 | - |
| YUV | 67.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 63 | 0 | 0.29 | 0.26 | 0.67 | 352.8 | 0.17 | 0.28 |
| Hex | 55 | 3C | 3F | 0 | 1D | 1A | 43 | 161 | 11 | 1C |
| Octal | 125 | 74 | 77 | 0 | 35 | 32 | 103 | 541 | 21 | 34 |
| Binary | 1010101 | 111100 | 111111 | 0 | 11101 | 11010 | 1000011 | 101100001 | 10001 | 11100 |
Color Harmonies of #553C3F
Complementary color
Monochromatic Colors of #553C3F
Black with #553C3F
Text Example
Text Example
White with #553C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C3F; }
p { color: rgb(85,60,63); }
H1.HeaderClassName
{
color: #553C3F;
}
.AnyTagClassName
{
color: #553C3F;
}
</style>
background-color css
<style>
a { background-color: #553C3F; }
a { background-color: rgb(85,60,63); }
div.DivClassName
{
background-color: #553C3F;
}
.BgClassName
{
background-color: #553C3F;
}
</style>
border-color css
<style>
span { border-color: #553C3F; }
span { border-color: rgb(85,60,63); }
td.TdClassName
{
border-color: #553C3F;
}
.TagClassName
{
border-color: #553C3F;
}
</style>