Shades of Jon #533C40
Tints of Jon #533C40
RGB
CMYK
RGB Variations
Color information
#533C40 (or 0x533C40) is known color: Jon. HEX triplet: 53, 3C and 40. RGB value is (83,60,64). Sum of RGB (Red+Green+Blue) = 83+60+64=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C40 is #ACC3BF. Grayscale: #434343. Windows color (decimal): -11322304 or 4209747. OLE color: 4209747.
HSL color Cylindrical-coordinate representation of color #533C40: hue angle of 349.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C40 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 64 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.67 |
| HSL | 349.57º | 0.16% | 0.28% | - |
| HSV(B) | 349.57º | 0.28% | 0.33% | - |
| XYZ | 6.11 | 5.44 | 5.58 | - |
| YUV | 67.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 64 | 0 | 0.28 | 0.23 | 0.67 | 349.57 | 0.16 | 0.28 |
| Hex | 53 | 3C | 40 | 0 | 1C | 17 | 43 | 15E | 10 | 1C |
| Octal | 123 | 74 | 100 | 0 | 34 | 27 | 103 | 536 | 20 | 34 |
| Binary | 1010011 | 111100 | 1000000 | 0 | 11100 | 10111 | 1000011 | 101011110 | 10000 | 11100 |
Color Harmonies of #533C40
Complementary color
Monochromatic Colors of #533C40
Black with #533C40
Text Example
Text Example
White with #533C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C40; }
p { color: rgb(83,60,64); }
H1.HeaderClassName
{
color: #533C40;
}
.AnyTagClassName
{
color: #533C40;
}
</style>
background-color css
<style>
a { background-color: #533C40; }
a { background-color: rgb(83,60,64); }
div.DivClassName
{
background-color: #533C40;
}
.BgClassName
{
background-color: #533C40;
}
</style>
border-color css
<style>
span { border-color: #533C40; }
span { border-color: rgb(83,60,64); }
td.TdClassName
{
border-color: #533C40;
}
.TagClassName
{
border-color: #533C40;
}
</style>