Shades of Jon #533E3F
Tints of Jon #533E3F
RGB
CMYK
RGB Variations
Color information
#533E3F (or 0x533E3F) is known color: Jon. HEX triplet: 53, 3E and 3F. RGB value is (83,62,63). Sum of RGB (Red+Green+Blue) = 83+62+63=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E3F is #ACC1C0. Grayscale: #444444. Windows color (decimal): -11321793 or 4144723. OLE color: 4144723.
HSL color Cylindrical-coordinate representation of color #533E3F: hue angle of 357.14º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E3F is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 63 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.67 |
| HSL | 357.14º | 0.14% | 0.28% | - |
| HSV(B) | 357.14º | 0.25% | 0.33% | - |
| XYZ | 6.19 | 5.64 | 5.47 | - |
| YUV | 68.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 63 | 0 | 0.25 | 0.24 | 0.67 | 357.14 | 0.14 | 0.28 |
| Hex | 53 | 3E | 3F | 0 | 19 | 18 | 43 | 165 | E | 1C |
| Octal | 123 | 76 | 77 | 0 | 31 | 30 | 103 | 545 | 16 | 34 |
| Binary | 1010011 | 111110 | 111111 | 0 | 11001 | 11000 | 1000011 | 101100101 | 1110 | 11100 |
Color Harmonies of #533E3F
Complementary color
Monochromatic Colors of #533E3F
Black with #533E3F
Text Example
Text Example
White with #533E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E3F; }
p { color: rgb(83,62,63); }
H1.HeaderClassName
{
color: #533E3F;
}
.AnyTagClassName
{
color: #533E3F;
}
</style>
background-color css
<style>
a { background-color: #533E3F; }
a { background-color: rgb(83,62,63); }
div.DivClassName
{
background-color: #533E3F;
}
.BgClassName
{
background-color: #533E3F;
}
</style>
border-color css
<style>
span { border-color: #533E3F; }
span { border-color: rgb(83,62,63); }
td.TdClassName
{
border-color: #533E3F;
}
.TagClassName
{
border-color: #533E3F;
}
</style>