Shades of Jon #533B40
Tints of Jon #533B40
RGB
CMYK
RGB Variations
Color information
#533B40 (or 0x533B40) is known color: Jon. HEX triplet: 53, 3B and 40. RGB value is (83,59,64). Sum of RGB (Red+Green+Blue) = 83+59+64=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B40 is #ACC4BF. Grayscale: #424242. Windows color (decimal): -11322560 or 4209491. OLE color: 4209491.
HSL color Cylindrical-coordinate representation of color #533B40: hue angle of 347.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B40 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 64 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.67 |
| HSL | 347.5º | 0.17% | 0.28% | - |
| HSV(B) | 347.5º | 0.29% | 0.33% | - |
| XYZ | 6.06 | 5.34 | 5.56 | - |
| YUV | 66.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 64 | 0 | 0.29 | 0.23 | 0.67 | 347.5 | 0.17 | 0.28 |
| Hex | 53 | 3B | 40 | 0 | 1D | 17 | 43 | 15C | 11 | 1C |
| Octal | 123 | 73 | 100 | 0 | 35 | 27 | 103 | 534 | 21 | 34 |
| Binary | 1010011 | 111011 | 1000000 | 0 | 11101 | 10111 | 1000011 | 101011100 | 10001 | 11100 |
Color Harmonies of #533B40
Complementary color
Monochromatic Colors of #533B40
Black with #533B40
Text Example
Text Example
White with #533B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B40; }
p { color: rgb(83,59,64); }
H1.HeaderClassName
{
color: #533B40;
}
.AnyTagClassName
{
color: #533B40;
}
</style>
background-color css
<style>
a { background-color: #533B40; }
a { background-color: rgb(83,59,64); }
div.DivClassName
{
background-color: #533B40;
}
.BgClassName
{
background-color: #533B40;
}
</style>
border-color css
<style>
span { border-color: #533B40; }
span { border-color: rgb(83,59,64); }
td.TdClassName
{
border-color: #533B40;
}
.TagClassName
{
border-color: #533B40;
}
</style>