Shades of Jon #4D383C
Tints of Jon #4D383C
RGB
CMYK
RGB Variations
Color information
#4D383C (or 0x4D383C) is known color: Jon. HEX triplet: 4D, 38 and 3C. RGB value is (77,56,60). Sum of RGB (Red+Green+Blue) = 77+56+60=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D383C is #B2C7C3. Grayscale: #3E3E3E. Windows color (decimal): -11716548 or 3946573. OLE color: 3946573.
HSL color Cylindrical-coordinate representation of color #4D383C: hue angle of 348.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D383C is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 60 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.70 |
| HSL | 348.57º | 0.16% | 0.26% | - |
| HSV(B) | 348.57º | 0.27% | 0.3% | - |
| XYZ | 5.29 | 4.73 | 4.91 | - |
| YUV | 62.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 60 | 0 | 0.27 | 0.22 | 0.70 | 348.57 | 0.16 | 0.26 |
| Hex | 4D | 38 | 3C | 0 | 1B | 16 | 46 | 15D | 10 | 1A |
| Octal | 115 | 70 | 74 | 0 | 33 | 26 | 106 | 535 | 20 | 32 |
| Binary | 1001101 | 111000 | 111100 | 0 | 11011 | 10110 | 1000110 | 101011101 | 10000 | 11010 |
Color Harmonies of #4D383C
Complementary color
Monochromatic Colors of #4D383C
Black with #4D383C
Text Example
Text Example
White with #4D383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D383C; }
p { color: rgb(77,56,60); }
H1.HeaderClassName
{
color: #4D383C;
}
.AnyTagClassName
{
color: #4D383C;
}
</style>
background-color css
<style>
a { background-color: #4D383C; }
a { background-color: rgb(77,56,60); }
div.DivClassName
{
background-color: #4D383C;
}
.BgClassName
{
background-color: #4D383C;
}
</style>
border-color css
<style>
span { border-color: #4D383C; }
span { border-color: rgb(77,56,60); }
td.TdClassName
{
border-color: #4D383C;
}
.TagClassName
{
border-color: #4D383C;
}
</style>