Shades of Jon #55393D
Tints of Jon #55393D
RGB
CMYK
RGB Variations
Color information
#55393D (or 0x55393D) is known color: Jon. HEX triplet: 55, 39 and 3D. RGB value is (85,57,61). Sum of RGB (Red+Green+Blue) = 85+57+61=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393D is #AAC6C2. Grayscale: #414141. Windows color (decimal): -11192003 or 4012373. OLE color: 4012373.
HSL color Cylindrical-coordinate representation of color #55393D: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55393D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 61 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.67 |
| HSL | 351.43º | 0.2% | 0.28% | - |
| HSV(B) | 351.43º | 0.33% | 0.33% | - |
| XYZ | 6.05 | 5.19 | 5.1 | - |
| YUV | 65.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 61 | 0 | 0.33 | 0.28 | 0.67 | 351.43 | 0.2 | 0.28 |
| Hex | 55 | 39 | 3D | 0 | 21 | 1C | 43 | 15F | 14 | 1C |
| Octal | 125 | 71 | 75 | 0 | 41 | 34 | 103 | 537 | 24 | 34 |
| Binary | 1010101 | 111001 | 111101 | 0 | 100001 | 11100 | 1000011 | 101011111 | 10100 | 11100 |
Color Harmonies of #55393D
Complementary color
Monochromatic Colors of #55393D
Black with #55393D
Text Example
Text Example
White with #55393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55393D; }
p { color: rgb(85,57,61); }
H1.HeaderClassName
{
color: #55393D;
}
.AnyTagClassName
{
color: #55393D;
}
</style>
background-color css
<style>
a { background-color: #55393D; }
a { background-color: rgb(85,57,61); }
div.DivClassName
{
background-color: #55393D;
}
.BgClassName
{
background-color: #55393D;
}
</style>
border-color css
<style>
span { border-color: #55393D; }
span { border-color: rgb(85,57,61); }
td.TdClassName
{
border-color: #55393D;
}
.TagClassName
{
border-color: #55393D;
}
</style>