Shades of Jon #533D40
Tints of Jon #533D40
RGB
CMYK
RGB Variations
Color information
#533D40 (or 0x533D40) is known color: Jon. HEX triplet: 53, 3D and 40. RGB value is (83,61,64). Sum of RGB (Red+Green+Blue) = 83+61+64=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D40 is #ACC2BF. Grayscale: #434343. Windows color (decimal): -11322048 or 4210003. OLE color: 4210003.
HSL color Cylindrical-coordinate representation of color #533D40: hue angle of 351.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D40 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 64 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.67 |
| HSL | 351.82º | 0.15% | 0.28% | - |
| HSV(B) | 351.82º | 0.27% | 0.33% | - |
| XYZ | 6.16 | 5.55 | 5.6 | - |
| YUV | 67.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 64 | 0 | 0.27 | 0.23 | 0.67 | 351.82 | 0.15 | 0.28 |
| Hex | 53 | 3D | 40 | 0 | 1B | 17 | 43 | 160 | F | 1C |
| Octal | 123 | 75 | 100 | 0 | 33 | 27 | 103 | 540 | 17 | 34 |
| Binary | 1010011 | 111101 | 1000000 | 0 | 11011 | 10111 | 1000011 | 101100000 | 1111 | 11100 |
Color Harmonies of #533D40
Complementary color
Monochromatic Colors of #533D40
Black with #533D40
Text Example
Text Example
White with #533D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D40; }
p { color: rgb(83,61,64); }
H1.HeaderClassName
{
color: #533D40;
}
.AnyTagClassName
{
color: #533D40;
}
</style>
background-color css
<style>
a { background-color: #533D40; }
a { background-color: rgb(83,61,64); }
div.DivClassName
{
background-color: #533D40;
}
.BgClassName
{
background-color: #533D40;
}
</style>
border-color css
<style>
span { border-color: #533D40; }
span { border-color: rgb(83,61,64); }
td.TdClassName
{
border-color: #533D40;
}
.TagClassName
{
border-color: #533D40;
}
</style>