Shades of Jon #53383C
Tints of Jon #53383C
RGB
CMYK
RGB Variations
Color information
#53383C (or 0x53383C) is known color: Jon. HEX triplet: 53, 38 and 3C. RGB value is (83,56,60). Sum of RGB (Red+Green+Blue) = 83+56+60=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383C is #ACC7C3. Grayscale: #404040. Windows color (decimal): -11323332 or 3946579. OLE color: 3946579.
HSL color Cylindrical-coordinate representation of color #53383C: hue angle of 351.11º 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 #53383C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 60 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.67 |
| HSL | 351.11º | 0.19% | 0.27% | - |
| HSV(B) | 351.11º | 0.33% | 0.33% | - |
| XYZ | 5.8 | 4.99 | 4.93 | - |
| YUV | 64.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 60 | 0 | 0.33 | 0.28 | 0.67 | 351.11 | 0.19 | 0.27 |
| Hex | 53 | 38 | 3C | 0 | 21 | 1C | 43 | 15F | 13 | 1B |
| Octal | 123 | 70 | 74 | 0 | 41 | 34 | 103 | 537 | 23 | 33 |
| Binary | 1010011 | 111000 | 111100 | 0 | 100001 | 11100 | 1000011 | 101011111 | 10011 | 11011 |
Color Harmonies of #53383C
Complementary color
Monochromatic Colors of #53383C
Black with #53383C
Text Example
Text Example
White with #53383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53383C; }
p { color: rgb(83,56,60); }
H1.HeaderClassName
{
color: #53383C;
}
.AnyTagClassName
{
color: #53383C;
}
</style>
background-color css
<style>
a { background-color: #53383C; }
a { background-color: rgb(83,56,60); }
div.DivClassName
{
background-color: #53383C;
}
.BgClassName
{
background-color: #53383C;
}
</style>
border-color css
<style>
span { border-color: #53383C; }
span { border-color: rgb(83,56,60); }
td.TdClassName
{
border-color: #53383C;
}
.TagClassName
{
border-color: #53383C;
}
</style>