Shades of Kelp #4F553A
Tints of Kelp #4F553A
RGB
CMYK
RGB Variations
Color information
#4F553A (or 0x4F553A) is known color: Kelp. HEX triplet: 4F, 55 and 3A. RGB value is (79,85,58). Sum of RGB (Red+Green+Blue) = 79+85+58=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #4F553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F553A is #B0AAC5. Grayscale: #505050. Windows color (decimal): -11578054 or 3822927. OLE color: 3822927.
HSL color Cylindrical-coordinate representation of color #4F553A: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F553A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 58 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.67 |
| HSL | 73.33º | 0.19% | 0.28% | - |
| HSV(B) | 73.33º | 0.32% | 0.33% | - |
| XYZ | 7.24 | 8.46 | 5.26 | - |
| YUV | 80.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 58 | 0.07 | 0 | 0.32 | 0.67 | 73.33 | 0.19 | 0.28 |
| Hex | 4F | 55 | 3A | 7 | 0 | 20 | 43 | 49 | 13 | 1C |
| Octal | 117 | 125 | 72 | 7 | 0 | 40 | 103 | 111 | 23 | 34 |
| Binary | 1001111 | 1010101 | 111010 | 111 | 0 | 100000 | 1000011 | 1001001 | 10011 | 11100 |
Color Harmonies of #4F553A
Complementary color
Monochromatic Colors of #4F553A
Black with #4F553A
Text Example
Text Example
White with #4F553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F553A; }
p { color: rgb(79,85,58); }
H1.HeaderClassName
{
color: #4F553A;
}
.AnyTagClassName
{
color: #4F553A;
}
</style>
background-color css
<style>
a { background-color: #4F553A; }
a { background-color: rgb(79,85,58); }
div.DivClassName
{
background-color: #4F553A;
}
.BgClassName
{
background-color: #4F553A;
}
</style>
border-color css
<style>
span { border-color: #4F553A; }
span { border-color: rgb(79,85,58); }
td.TdClassName
{
border-color: #4F553A;
}
.TagClassName
{
border-color: #4F553A;
}
</style>