Shades of Jon #533A3F
Tints of Jon #533A3F
RGB
CMYK
RGB Variations
Color information
#533A3F (or 0x533A3F) is known color: Jon. HEX triplet: 53, 3A and 3F. RGB value is (83,58,63). Sum of RGB (Red+Green+Blue) = 83+58+63=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A3F is #ACC5C0. Grayscale: #424242. Windows color (decimal): -11322817 or 4143699. OLE color: 4143699.
HSL color Cylindrical-coordinate representation of color #533A3F: hue angle of 348º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A3F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 63 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.67 |
| HSL | 348º | 0.18% | 0.28% | - |
| HSV(B) | 348º | 0.3% | 0.33% | - |
| XYZ | 5.98 | 5.22 | 5.4 | - |
| YUV | 66.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 63 | 0 | 0.30 | 0.24 | 0.67 | 348 | 0.18 | 0.28 |
| Hex | 53 | 3A | 3F | 0 | 1E | 18 | 43 | 15C | 12 | 1C |
| Octal | 123 | 72 | 77 | 0 | 36 | 30 | 103 | 534 | 22 | 34 |
| Binary | 1010011 | 111010 | 111111 | 0 | 11110 | 11000 | 1000011 | 101011100 | 10010 | 11100 |
Color Harmonies of #533A3F
Complementary color
Monochromatic Colors of #533A3F
Black with #533A3F
Text Example
Text Example
White with #533A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A3F; }
p { color: rgb(83,58,63); }
H1.HeaderClassName
{
color: #533A3F;
}
.AnyTagClassName
{
color: #533A3F;
}
</style>
background-color css
<style>
a { background-color: #533A3F; }
a { background-color: rgb(83,58,63); }
div.DivClassName
{
background-color: #533A3F;
}
.BgClassName
{
background-color: #533A3F;
}
</style>
border-color css
<style>
span { border-color: #533A3F; }
span { border-color: rgb(83,58,63); }
td.TdClassName
{
border-color: #533A3F;
}
.TagClassName
{
border-color: #533A3F;
}
</style>