Shades of Jon #553A3F
Tints of Jon #553A3F
RGB
CMYK
RGB Variations
Color information
#553A3F (or 0x553A3F) is known color: Jon. HEX triplet: 55, 3A and 3F. RGB value is (85,58,63). Sum of RGB (Red+Green+Blue) = 85+58+63=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3F is #AAC5C0. Grayscale: #424242. Windows color (decimal): -11191745 or 4143701. OLE color: 4143701.
HSL color Cylindrical-coordinate representation of color #553A3F: hue angle of 348.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A3F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 63 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.67 |
| HSL | 348.89º | 0.19% | 0.28% | - |
| HSV(B) | 348.89º | 0.32% | 0.33% | - |
| XYZ | 6.16 | 5.32 | 5.4 | - |
| YUV | 66.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 63 | 0 | 0.32 | 0.26 | 0.67 | 348.89 | 0.19 | 0.28 |
| Hex | 55 | 3A | 3F | 0 | 20 | 1A | 43 | 15D | 13 | 1C |
| Octal | 125 | 72 | 77 | 0 | 40 | 32 | 103 | 535 | 23 | 34 |
| Binary | 1010101 | 111010 | 111111 | 0 | 100000 | 11010 | 1000011 | 101011101 | 10011 | 11100 |
Color Harmonies of #553A3F
Complementary color
Monochromatic Colors of #553A3F
Black with #553A3F
Text Example
Text Example
White with #553A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A3F; }
p { color: rgb(85,58,63); }
H1.HeaderClassName
{
color: #553A3F;
}
.AnyTagClassName
{
color: #553A3F;
}
</style>
background-color css
<style>
a { background-color: #553A3F; }
a { background-color: rgb(85,58,63); }
div.DivClassName
{
background-color: #553A3F;
}
.BgClassName
{
background-color: #553A3F;
}
</style>
border-color css
<style>
span { border-color: #553A3F; }
span { border-color: rgb(85,58,63); }
td.TdClassName
{
border-color: #553A3F;
}
.TagClassName
{
border-color: #553A3F;
}
</style>