Shades of Kelp #4D503C
Tints of Kelp #4D503C
RGB
CMYK
RGB Variations
Color information
#4D503C (or 0x4D503C) is known color: Kelp. HEX triplet: 4D, 50 and 3C. RGB value is (77,80,60). Sum of RGB (Red+Green+Blue) = 77+80+60=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #4D503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D503C is #B2AFC3. Grayscale: #4C4C4C. Windows color (decimal): -11710404 or 3952717. OLE color: 3952717.
HSL color Cylindrical-coordinate representation of color #4D503C: hue angle of 69º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D503C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 60 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.69 |
| HSL | 69º | 0.14% | 0.27% | - |
| HSV(B) | 69º | 0.25% | 0.31% | - |
| XYZ | 6.74 | 7.64 | 5.39 | - |
| YUV | 76.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 60 | 0.04 | 0 | 0.25 | 0.69 | 69 | 0.14 | 0.27 |
| Hex | 4D | 50 | 3C | 4 | 0 | 19 | 45 | 45 | E | 1B |
| Octal | 115 | 120 | 74 | 4 | 0 | 31 | 105 | 105 | 16 | 33 |
| Binary | 1001101 | 1010000 | 111100 | 100 | 0 | 11001 | 1000101 | 1000101 | 1110 | 11011 |
Color Harmonies of #4D503C
Complementary color
Monochromatic Colors of #4D503C
Black with #4D503C
Text Example
Text Example
White with #4D503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D503C; }
p { color: rgb(77,80,60); }
H1.HeaderClassName
{
color: #4D503C;
}
.AnyTagClassName
{
color: #4D503C;
}
</style>
background-color css
<style>
a { background-color: #4D503C; }
a { background-color: rgb(77,80,60); }
div.DivClassName
{
background-color: #4D503C;
}
.BgClassName
{
background-color: #4D503C;
}
</style>
border-color css
<style>
span { border-color: #4D503C; }
span { border-color: rgb(77,80,60); }
td.TdClassName
{
border-color: #4D503C;
}
.TagClassName
{
border-color: #4D503C;
}
</style>