Shades of Jon #533B3F
Tints of Jon #533B3F
RGB
CMYK
RGB Variations
Color information
#533B3F (or 0x533B3F) is known color: Jon. HEX triplet: 53, 3B and 3F. RGB value is (83,59,63). Sum of RGB (Red+Green+Blue) = 83+59+63=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3F is #ACC4C0. Grayscale: #424242. Windows color (decimal): -11322561 or 4143955. OLE color: 4143955.
HSL color Cylindrical-coordinate representation of color #533B3F: hue angle of 350º 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 #533B3F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 63 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.67 |
| HSL | 350º | 0.17% | 0.28% | - |
| HSV(B) | 350º | 0.29% | 0.33% | - |
| XYZ | 6.03 | 5.33 | 5.41 | - |
| YUV | 66.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 63 | 0 | 0.29 | 0.24 | 0.67 | 350 | 0.17 | 0.28 |
| Hex | 53 | 3B | 3F | 0 | 1D | 18 | 43 | 15E | 11 | 1C |
| Octal | 123 | 73 | 77 | 0 | 35 | 30 | 103 | 536 | 21 | 34 |
| Binary | 1010011 | 111011 | 111111 | 0 | 11101 | 11000 | 1000011 | 101011110 | 10001 | 11100 |
Color Harmonies of #533B3F
Complementary color
Monochromatic Colors of #533B3F
Black with #533B3F
Text Example
Text Example
White with #533B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B3F; }
p { color: rgb(83,59,63); }
H1.HeaderClassName
{
color: #533B3F;
}
.AnyTagClassName
{
color: #533B3F;
}
</style>
background-color css
<style>
a { background-color: #533B3F; }
a { background-color: rgb(83,59,63); }
div.DivClassName
{
background-color: #533B3F;
}
.BgClassName
{
background-color: #533B3F;
}
</style>
border-color css
<style>
span { border-color: #533B3F; }
span { border-color: rgb(83,59,63); }
td.TdClassName
{
border-color: #533B3F;
}
.TagClassName
{
border-color: #533B3F;
}
</style>