Shades of Kelp #4D533A
Tints of Kelp #4D533A
RGB
CMYK
RGB Variations
Color information
#4D533A (or 0x4D533A) is known color: Kelp. HEX triplet: 4D, 53 and 3A. RGB value is (77,83,58). Sum of RGB (Red+Green+Blue) = 77+83+58=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #4D533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D533A is #B2ACC5. Grayscale: #4E4E4E. Windows color (decimal): -11709638 or 3822413. OLE color: 3822413.
HSL color Cylindrical-coordinate representation of color #4D533A: hue angle of 74.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D533A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 58 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.67 |
| HSL | 74.4º | 0.18% | 0.28% | - |
| HSV(B) | 74.4º | 0.3% | 0.33% | - |
| XYZ | 6.92 | 8.07 | 5.2 | - |
| YUV | 78.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 58 | 0.07 | 0 | 0.30 | 0.67 | 74.4 | 0.18 | 0.28 |
| Hex | 4D | 53 | 3A | 7 | 0 | 1E | 43 | 4A | 12 | 1C |
| Octal | 115 | 123 | 72 | 7 | 0 | 36 | 103 | 112 | 22 | 34 |
| Binary | 1001101 | 1010011 | 111010 | 111 | 0 | 11110 | 1000011 | 1001010 | 10010 | 11100 |
Color Harmonies of #4D533A
Complementary color
Monochromatic Colors of #4D533A
Black with #4D533A
Text Example
Text Example
White with #4D533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D533A; }
p { color: rgb(77,83,58); }
H1.HeaderClassName
{
color: #4D533A;
}
.AnyTagClassName
{
color: #4D533A;
}
</style>
background-color css
<style>
a { background-color: #4D533A; }
a { background-color: rgb(77,83,58); }
div.DivClassName
{
background-color: #4D533A;
}
.BgClassName
{
background-color: #4D533A;
}
</style>
border-color css
<style>
span { border-color: #4D533A; }
span { border-color: rgb(77,83,58); }
td.TdClassName
{
border-color: #4D533A;
}
.TagClassName
{
border-color: #4D533A;
}
</style>