Shades of Jon #4D373C
Tints of Jon #4D373C
RGB
CMYK
RGB Variations
Color information
#4D373C (or 0x4D373C) is known color: Jon. HEX triplet: 4D, 37 and 3C. RGB value is (77,55,60). Sum of RGB (Red+Green+Blue) = 77+55+60=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D373C is #B2C8C3. Grayscale: #3E3E3E. Windows color (decimal): -11716804 or 3946317. OLE color: 3946317.
HSL color Cylindrical-coordinate representation of color #4D373C: hue angle of 346.36º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D373C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 60 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.70 |
| HSL | 346.36º | 0.17% | 0.26% | - |
| HSV(B) | 346.36º | 0.29% | 0.3% | - |
| XYZ | 5.24 | 4.64 | 4.89 | - |
| YUV | 62.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 60 | 0 | 0.29 | 0.22 | 0.70 | 346.36 | 0.17 | 0.26 |
| Hex | 4D | 37 | 3C | 0 | 1D | 16 | 46 | 15A | 11 | 1A |
| Octal | 115 | 67 | 74 | 0 | 35 | 26 | 106 | 532 | 21 | 32 |
| Binary | 1001101 | 110111 | 111100 | 0 | 11101 | 10110 | 1000110 | 101011010 | 10001 | 11010 |
Color Harmonies of #4D373C
Complementary color
Monochromatic Colors of #4D373C
Black with #4D373C
Text Example
Text Example
White with #4D373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D373C; }
p { color: rgb(77,55,60); }
H1.HeaderClassName
{
color: #4D373C;
}
.AnyTagClassName
{
color: #4D373C;
}
</style>
background-color css
<style>
a { background-color: #4D373C; }
a { background-color: rgb(77,55,60); }
div.DivClassName
{
background-color: #4D373C;
}
.BgClassName
{
background-color: #4D373C;
}
</style>
border-color css
<style>
span { border-color: #4D373C; }
span { border-color: rgb(77,55,60); }
td.TdClassName
{
border-color: #4D373C;
}
.TagClassName
{
border-color: #4D373C;
}
</style>