Shades of Kelp #4D513D
Tints of Kelp #4D513D
RGB
CMYK
RGB Variations
Color information
#4D513D (or 0x4D513D) is known color: Kelp. HEX triplet: 4D, 51 and 3D. RGB value is (77,81,61). Sum of RGB (Red+Green+Blue) = 77+81+61=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #4D513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D513D is #B2AEC2. Grayscale: #4D4D4D. Windows color (decimal): -11710147 or 4018509. OLE color: 4018509.
HSL color Cylindrical-coordinate representation of color #4D513D: hue angle of 72º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D513D is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 61 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.68 |
| HSL | 72º | 0.14% | 0.28% | - |
| HSV(B) | 72º | 0.25% | 0.32% | - |
| XYZ | 6.85 | 7.8 | 5.56 | - |
| YUV | 77.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 61 | 0.05 | 0 | 0.25 | 0.68 | 72 | 0.14 | 0.28 |
| Hex | 4D | 51 | 3D | 5 | 0 | 19 | 44 | 48 | E | 1C |
| Octal | 115 | 121 | 75 | 5 | 0 | 31 | 104 | 110 | 16 | 34 |
| Binary | 1001101 | 1010001 | 111101 | 101 | 0 | 11001 | 1000100 | 1001000 | 1110 | 11100 |
Color Harmonies of #4D513D
Complementary color
Monochromatic Colors of #4D513D
Black with #4D513D
Text Example
Text Example
White with #4D513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D513D; }
p { color: rgb(77,81,61); }
H1.HeaderClassName
{
color: #4D513D;
}
.AnyTagClassName
{
color: #4D513D;
}
</style>
background-color css
<style>
a { background-color: #4D513D; }
a { background-color: rgb(77,81,61); }
div.DivClassName
{
background-color: #4D513D;
}
.BgClassName
{
background-color: #4D513D;
}
</style>
border-color css
<style>
span { border-color: #4D513D; }
span { border-color: rgb(77,81,61); }
td.TdClassName
{
border-color: #4D513D;
}
.TagClassName
{
border-color: #4D513D;
}
</style>