Shades of Kelp #4D523D
Tints of Kelp #4D523D
RGB
CMYK
RGB Variations
Color information
#4D523D (or 0x4D523D) is known color: Kelp. HEX triplet: 4D, 52 and 3D. RGB value is (77,82,61). Sum of RGB (Red+Green+Blue) = 77+82+61=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #4D523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D523D is #B2ADC2. Grayscale: #4E4E4E. Windows color (decimal): -11709891 or 4018765. OLE color: 4018765.
HSL color Cylindrical-coordinate representation of color #4D523D: hue angle of 74.29º 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 #4D523D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 61 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.68 |
| HSL | 74.29º | 0.15% | 0.28% | - |
| HSV(B) | 74.29º | 0.26% | 0.32% | - |
| XYZ | 6.92 | 7.95 | 5.58 | - |
| YUV | 78.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 61 | 0.06 | 0 | 0.26 | 0.68 | 74.29 | 0.15 | 0.28 |
| Hex | 4D | 52 | 3D | 6 | 0 | 1A | 44 | 4A | F | 1C |
| Octal | 115 | 122 | 75 | 6 | 0 | 32 | 104 | 112 | 17 | 34 |
| Binary | 1001101 | 1010010 | 111101 | 110 | 0 | 11010 | 1000100 | 1001010 | 1111 | 11100 |
Color Harmonies of #4D523D
Complementary color
Monochromatic Colors of #4D523D
Black with #4D523D
Text Example
Text Example
White with #4D523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D523D; }
p { color: rgb(77,82,61); }
H1.HeaderClassName
{
color: #4D523D;
}
.AnyTagClassName
{
color: #4D523D;
}
</style>
background-color css
<style>
a { background-color: #4D523D; }
a { background-color: rgb(77,82,61); }
div.DivClassName
{
background-color: #4D523D;
}
.BgClassName
{
background-color: #4D523D;
}
</style>
border-color css
<style>
span { border-color: #4D523D; }
span { border-color: rgb(77,82,61); }
td.TdClassName
{
border-color: #4D523D;
}
.TagClassName
{
border-color: #4D523D;
}
</style>