Shades of Jon #4D3B3E
Tints of Jon #4D3B3E
RGB
CMYK
RGB Variations
Color information
#4D3B3E (or 0x4D3B3E) is known color: Jon. HEX triplet: 4D, 3B and 3E. RGB value is (77,59,62). Sum of RGB (Red+Green+Blue) = 77+59+62=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B3E is #B2C4C1. Grayscale: #404040. Windows color (decimal): -11715778 or 4078413. OLE color: 4078413.
HSL color Cylindrical-coordinate representation of color #4D3B3E: hue angle of 350º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3B3E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 59 | 62 | - |
CMYK | 0 | 0.23 | 0.19 | 0.70 |
HSL | 350º | 0.13% | 0.27% | - |
HSV(B) | 350º | 0.23% | 0.3% | - |
XYZ | 5.49 | 5.05 | 5.24 | - |
YUV | 64.72 | 126.46 | 136.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 59 | 62 | 0 | 0.23 | 0.19 | 0.70 | 350 | 0.13 | 0.27 |
Hex | 4D | 3B | 3E | 0 | 17 | 13 | 46 | 15E | D | 1B |
Octal | 115 | 73 | 76 | 0 | 27 | 23 | 106 | 536 | 15 | 33 |
Binary | 1001101 | 111011 | 111110 | 0 | 10111 | 10011 | 1000110 | 101011110 | 1101 | 11011 |
Color Harmonies of #4D3B3E
Complementary color
Monochromatic Colors of #4D3B3E
Black with #4D3B3E
Text Example
Text Example
White with #4D3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B3E; }
p { color: rgb(77,59,62); }
H1.HeaderClassName
{
color: #4D3B3E;
}
.AnyTagClassName
{
color: #4D3B3E;
}
</style>
background-color css
<style>
a { background-color: #4D3B3E; }
a { background-color: rgb(77,59,62); }
div.DivClassName
{
background-color: #4D3B3E;
}
.BgClassName
{
background-color: #4D3B3E;
}
</style>
border-color css
<style>
span { border-color: #4D3B3E; }
span { border-color: rgb(77,59,62); }
td.TdClassName
{
border-color: #4D3B3E;
}
.TagClassName
{
border-color: #4D3B3E;
}
</style>