Shades of Jon #553D40
Tints of Jon #553D40
RGB
CMYK
RGB Variations
Color information
#553D40 (or 0x553D40) is known color: Jon. HEX triplet: 55, 3D and 40. RGB value is (85,61,64). Sum of RGB (Red+Green+Blue) = 85+61+64=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #553D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D40 is #AAC2BF. Grayscale: #444444. Windows color (decimal): -11190976 or 4210005. OLE color: 4210005.
HSL color Cylindrical-coordinate representation of color #553D40: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D40 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 64 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.67 |
| HSL | 352.5º | 0.16% | 0.29% | - |
| HSV(B) | 352.5º | 0.28% | 0.33% | - |
| XYZ | 6.34 | 5.64 | 5.6 | - |
| YUV | 68.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 64 | 0 | 0.28 | 0.25 | 0.67 | 352.5 | 0.16 | 0.29 |
| Hex | 55 | 3D | 40 | 0 | 1C | 19 | 43 | 160 | 10 | 1D |
| Octal | 125 | 75 | 100 | 0 | 34 | 31 | 103 | 540 | 20 | 35 |
| Binary | 1010101 | 111101 | 1000000 | 0 | 11100 | 11001 | 1000011 | 101100000 | 10000 | 11101 |
Color Harmonies of #553D40
Complementary color
Monochromatic Colors of #553D40
Black with #553D40
Text Example
Text Example
White with #553D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D40; }
p { color: rgb(85,61,64); }
H1.HeaderClassName
{
color: #553D40;
}
.AnyTagClassName
{
color: #553D40;
}
</style>
background-color css
<style>
a { background-color: #553D40; }
a { background-color: rgb(85,61,64); }
div.DivClassName
{
background-color: #553D40;
}
.BgClassName
{
background-color: #553D40;
}
</style>
border-color css
<style>
span { border-color: #553D40; }
span { border-color: rgb(85,61,64); }
td.TdClassName
{
border-color: #553D40;
}
.TagClassName
{
border-color: #553D40;
}
</style>