Shades of Jon #553A3B
Tints of Jon #553A3B
RGB
CMYK
RGB Variations
Color information
#553A3B (or 0x553A3B) is known color: Jon. HEX triplet: 55, 3A and 3B. RGB value is (85,58,59). Sum of RGB (Red+Green+Blue) = 85+58+59=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3B is #AAC5C4. Grayscale: #424242. Windows color (decimal): -11191749 or 3881557. OLE color: 3881557.
HSL color Cylindrical-coordinate representation of color #553A3B: hue angle of 357.78º 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 #553A3B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 59 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.67 |
| HSL | 357.78º | 0.19% | 0.28% | - |
| HSV(B) | 357.78º | 0.32% | 0.33% | - |
| XYZ | 6.05 | 5.27 | 4.84 | - |
| YUV | 66.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 59 | 0 | 0.32 | 0.31 | 0.67 | 357.78 | 0.19 | 0.28 |
| Hex | 55 | 3A | 3B | 0 | 20 | 1F | 43 | 166 | 13 | 1C |
| Octal | 125 | 72 | 73 | 0 | 40 | 37 | 103 | 546 | 23 | 34 |
| Binary | 1010101 | 111010 | 111011 | 0 | 100000 | 11111 | 1000011 | 101100110 | 10011 | 11100 |
Color Harmonies of #553A3B
Complementary color
Monochromatic Colors of #553A3B
Black with #553A3B
Text Example
Text Example
White with #553A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A3B; }
p { color: rgb(85,58,59); }
H1.HeaderClassName
{
color: #553A3B;
}
.AnyTagClassName
{
color: #553A3B;
}
</style>
background-color css
<style>
a { background-color: #553A3B; }
a { background-color: rgb(85,58,59); }
div.DivClassName
{
background-color: #553A3B;
}
.BgClassName
{
background-color: #553A3B;
}
</style>
border-color css
<style>
span { border-color: #553A3B; }
span { border-color: rgb(85,58,59); }
td.TdClassName
{
border-color: #553A3B;
}
.TagClassName
{
border-color: #553A3B;
}
</style>