Shades of Jon #553A3E
Tints of Jon #553A3E
RGB
CMYK
RGB Variations
Color information
#553A3E (or 0x553A3E) is known color: Jon. HEX triplet: 55, 3A and 3E. RGB value is (85,58,62). Sum of RGB (Red+Green+Blue) = 85+58+62=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3E is #AAC5C1. Grayscale: #424242. Windows color (decimal): -11191746 or 4078165. OLE color: 4078165.
HSL color Cylindrical-coordinate representation of color #553A3E: hue angle of 351.11º 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 #553A3E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 62 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.67 |
| HSL | 351.11º | 0.19% | 0.28% | - |
| HSV(B) | 351.11º | 0.32% | 0.33% | - |
| XYZ | 6.13 | 5.31 | 5.26 | - |
| YUV | 66.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 62 | 0 | 0.32 | 0.27 | 0.67 | 351.11 | 0.19 | 0.28 |
| Hex | 55 | 3A | 3E | 0 | 20 | 1B | 43 | 15F | 13 | 1C |
| Octal | 125 | 72 | 76 | 0 | 40 | 33 | 103 | 537 | 23 | 34 |
| Binary | 1010101 | 111010 | 111110 | 0 | 100000 | 11011 | 1000011 | 101011111 | 10011 | 11100 |
Color Harmonies of #553A3E
Complementary color
Monochromatic Colors of #553A3E
Black with #553A3E
Text Example
Text Example
White with #553A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A3E; }
p { color: rgb(85,58,62); }
H1.HeaderClassName
{
color: #553A3E;
}
.AnyTagClassName
{
color: #553A3E;
}
</style>
background-color css
<style>
a { background-color: #553A3E; }
a { background-color: rgb(85,58,62); }
div.DivClassName
{
background-color: #553A3E;
}
.BgClassName
{
background-color: #553A3E;
}
</style>
border-color css
<style>
span { border-color: #553A3E; }
span { border-color: rgb(85,58,62); }
td.TdClassName
{
border-color: #553A3E;
}
.TagClassName
{
border-color: #553A3E;
}
</style>