Shades of Kelp #4D513C
Tints of Kelp #4D513C
RGB
CMYK
RGB Variations
Color information
#4D513C (or 0x4D513C) is known color: Kelp. HEX triplet: 4D, 51 and 3C. RGB value is (77,81,60). Sum of RGB (Red+Green+Blue) = 77+81+60=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #4D513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D513C is #B2AEC3. Grayscale: #4D4D4D. Windows color (decimal): -11710148 or 3952973. OLE color: 3952973.
HSL color Cylindrical-coordinate representation of color #4D513C: hue angle of 71.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D513C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 60 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.68 |
| HSL | 71.43º | 0.15% | 0.28% | - |
| HSV(B) | 71.43º | 0.26% | 0.32% | - |
| XYZ | 6.82 | 7.79 | 5.42 | - |
| YUV | 77.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 60 | 0.05 | 0 | 0.26 | 0.68 | 71.43 | 0.15 | 0.28 |
| Hex | 4D | 51 | 3C | 5 | 0 | 1A | 44 | 47 | F | 1C |
| Octal | 115 | 121 | 74 | 5 | 0 | 32 | 104 | 107 | 17 | 34 |
| Binary | 1001101 | 1010001 | 111100 | 101 | 0 | 11010 | 1000100 | 1000111 | 1111 | 11100 |
Color Harmonies of #4D513C
Complementary color
Monochromatic Colors of #4D513C
Black with #4D513C
Text Example
Text Example
White with #4D513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D513C; }
p { color: rgb(77,81,60); }
H1.HeaderClassName
{
color: #4D513C;
}
.AnyTagClassName
{
color: #4D513C;
}
</style>
background-color css
<style>
a { background-color: #4D513C; }
a { background-color: rgb(77,81,60); }
div.DivClassName
{
background-color: #4D513C;
}
.BgClassName
{
background-color: #4D513C;
}
</style>
border-color css
<style>
span { border-color: #4D513C; }
span { border-color: rgb(77,81,60); }
td.TdClassName
{
border-color: #4D513C;
}
.TagClassName
{
border-color: #4D513C;
}
</style>