Shades of Jon #553C3D
Tints of Jon #553C3D
RGB
CMYK
RGB Variations
Color information
#553C3D (or 0x553C3D) is known color: Jon. HEX triplet: 55, 3C and 3D. RGB value is (85,60,61). Sum of RGB (Red+Green+Blue) = 85+60+61=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C3D is #AAC3C2. Grayscale: #434343. Windows color (decimal): -11191235 or 4013141. OLE color: 4013141.
HSL color Cylindrical-coordinate representation of color #553C3D: hue angle of 357.6º 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 #553C3D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 61 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.67 |
| HSL | 357.6º | 0.17% | 0.28% | - |
| HSV(B) | 357.6º | 0.29% | 0.33% | - |
| XYZ | 6.2 | 5.5 | 5.15 | - |
| YUV | 67.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 61 | 0 | 0.29 | 0.28 | 0.67 | 357.6 | 0.17 | 0.28 |
| Hex | 55 | 3C | 3D | 0 | 1D | 1C | 43 | 166 | 11 | 1C |
| Octal | 125 | 74 | 75 | 0 | 35 | 34 | 103 | 546 | 21 | 34 |
| Binary | 1010101 | 111100 | 111101 | 0 | 11101 | 11100 | 1000011 | 101100110 | 10001 | 11100 |
Color Harmonies of #553C3D
Complementary color
Monochromatic Colors of #553C3D
Black with #553C3D
Text Example
Text Example
White with #553C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C3D; }
p { color: rgb(85,60,61); }
H1.HeaderClassName
{
color: #553C3D;
}
.AnyTagClassName
{
color: #553C3D;
}
</style>
background-color css
<style>
a { background-color: #553C3D; }
a { background-color: rgb(85,60,61); }
div.DivClassName
{
background-color: #553C3D;
}
.BgClassName
{
background-color: #553C3D;
}
</style>
border-color css
<style>
span { border-color: #553C3D; }
span { border-color: rgb(85,60,61); }
td.TdClassName
{
border-color: #553C3D;
}
.TagClassName
{
border-color: #553C3D;
}
</style>