Shades of Jon #533A40
Tints of Jon #533A40
RGB
CMYK
RGB Variations
Color information
#533A40 (or 0x533A40) is known color: Jon. HEX triplet: 53, 3A and 40. RGB value is (83,58,64). Sum of RGB (Red+Green+Blue) = 83+58+64=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A40 is #ACC5BF. Grayscale: #424242. Windows color (decimal): -11322816 or 4209235. OLE color: 4209235.
HSL color Cylindrical-coordinate representation of color #533A40: hue angle of 345.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A40 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 64 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.67 |
| HSL | 345.6º | 0.18% | 0.28% | - |
| HSV(B) | 345.6º | 0.3% | 0.33% | - |
| XYZ | 6.01 | 5.24 | 5.54 | - |
| YUV | 66.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 64 | 0 | 0.30 | 0.23 | 0.67 | 345.6 | 0.18 | 0.28 |
| Hex | 53 | 3A | 40 | 0 | 1E | 17 | 43 | 15A | 12 | 1C |
| Octal | 123 | 72 | 100 | 0 | 36 | 27 | 103 | 532 | 22 | 34 |
| Binary | 1010011 | 111010 | 1000000 | 0 | 11110 | 10111 | 1000011 | 101011010 | 10010 | 11100 |
Color Harmonies of #533A40
Complementary color
Monochromatic Colors of #533A40
Black with #533A40
Text Example
Text Example
White with #533A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A40; }
p { color: rgb(83,58,64); }
H1.HeaderClassName
{
color: #533A40;
}
.AnyTagClassName
{
color: #533A40;
}
</style>
background-color css
<style>
a { background-color: #533A40; }
a { background-color: rgb(83,58,64); }
div.DivClassName
{
background-color: #533A40;
}
.BgClassName
{
background-color: #533A40;
}
</style>
border-color css
<style>
span { border-color: #533A40; }
span { border-color: rgb(83,58,64); }
td.TdClassName
{
border-color: #533A40;
}
.TagClassName
{
border-color: #533A40;
}
</style>