Shades of Jon #533C3F
Tints of Jon #533C3F
RGB
CMYK
RGB Variations
Color information
#533C3F (or 0x533C3F) is known color: Jon. HEX triplet: 53, 3C and 3F. RGB value is (83,60,63). Sum of RGB (Red+Green+Blue) = 83+60+63=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3F is #ACC3C0. Grayscale: #434343. Windows color (decimal): -11322305 or 4144211. OLE color: 4144211.
HSL color Cylindrical-coordinate representation of color #533C3F: hue angle of 352.17º 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 #533C3F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 63 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.67 |
| HSL | 352.17º | 0.16% | 0.28% | - |
| HSV(B) | 352.17º | 0.28% | 0.33% | - |
| XYZ | 6.08 | 5.43 | 5.43 | - |
| YUV | 67.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 63 | 0 | 0.28 | 0.24 | 0.67 | 352.17 | 0.16 | 0.28 |
| Hex | 53 | 3C | 3F | 0 | 1C | 18 | 43 | 160 | 10 | 1C |
| Octal | 123 | 74 | 77 | 0 | 34 | 30 | 103 | 540 | 20 | 34 |
| Binary | 1010011 | 111100 | 111111 | 0 | 11100 | 11000 | 1000011 | 101100000 | 10000 | 11100 |
Color Harmonies of #533C3F
Complementary color
Monochromatic Colors of #533C3F
Black with #533C3F
Text Example
Text Example
White with #533C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C3F; }
p { color: rgb(83,60,63); }
H1.HeaderClassName
{
color: #533C3F;
}
.AnyTagClassName
{
color: #533C3F;
}
</style>
background-color css
<style>
a { background-color: #533C3F; }
a { background-color: rgb(83,60,63); }
div.DivClassName
{
background-color: #533C3F;
}
.BgClassName
{
background-color: #533C3F;
}
</style>
border-color css
<style>
span { border-color: #533C3F; }
span { border-color: rgb(83,60,63); }
td.TdClassName
{
border-color: #533C3F;
}
.TagClassName
{
border-color: #533C3F;
}
</style>