Shades of Jon #53383B
Tints of Jon #53383B
RGB
CMYK
RGB Variations
Color information
#53383B (or 0x53383B) is known color: Jon. HEX triplet: 53, 38 and 3B. RGB value is (83,56,59). Sum of RGB (Red+Green+Blue) = 83+56+59=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383B is #ACC7C4. Grayscale: #404040. Windows color (decimal): -11323333 or 3881043. OLE color: 3881043.
HSL color Cylindrical-coordinate representation of color #53383B: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53383B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 59 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.67 |
| HSL | 353.33º | 0.19% | 0.27% | - |
| HSV(B) | 353.33º | 0.33% | 0.33% | - |
| XYZ | 5.77 | 4.98 | 4.8 | - |
| YUV | 64.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 59 | 0 | 0.33 | 0.29 | 0.67 | 353.33 | 0.19 | 0.27 |
| Hex | 53 | 38 | 3B | 0 | 21 | 1D | 43 | 161 | 13 | 1B |
| Octal | 123 | 70 | 73 | 0 | 41 | 35 | 103 | 541 | 23 | 33 |
| Binary | 1010011 | 111000 | 111011 | 0 | 100001 | 11101 | 1000011 | 101100001 | 10011 | 11011 |
Color Harmonies of #53383B
Complementary color
Monochromatic Colors of #53383B
Black with #53383B
Text Example
Text Example
White with #53383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53383B; }
p { color: rgb(83,56,59); }
H1.HeaderClassName
{
color: #53383B;
}
.AnyTagClassName
{
color: #53383B;
}
</style>
background-color css
<style>
a { background-color: #53383B; }
a { background-color: rgb(83,56,59); }
div.DivClassName
{
background-color: #53383B;
}
.BgClassName
{
background-color: #53383B;
}
</style>
border-color css
<style>
span { border-color: #53383B; }
span { border-color: rgb(83,56,59); }
td.TdClassName
{
border-color: #53383B;
}
.TagClassName
{
border-color: #53383B;
}
</style>