Shades of Kelp #4F553B
Tints of Kelp #4F553B
RGB
CMYK
RGB Variations
Color information
#4F553B (or 0x4F553B) is known color: Kelp. HEX triplet: 4F, 55 and 3B. RGB value is (79,85,59). Sum of RGB (Red+Green+Blue) = 79+85+59=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4F553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F553B is #B0AAC4. Grayscale: #505050. Windows color (decimal): -11578053 or 3888463. OLE color: 3888463.
HSL color Cylindrical-coordinate representation of color #4F553B: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F553B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 59 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.67 |
| HSL | 73.85º | 0.18% | 0.28% | - |
| HSV(B) | 73.85º | 0.31% | 0.33% | - |
| XYZ | 7.26 | 8.48 | 5.39 | - |
| YUV | 80.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 59 | 0.07 | 0 | 0.31 | 0.67 | 73.85 | 0.18 | 0.28 |
| Hex | 4F | 55 | 3B | 7 | 0 | 1F | 43 | 4A | 12 | 1C |
| Octal | 117 | 125 | 73 | 7 | 0 | 37 | 103 | 112 | 22 | 34 |
| Binary | 1001111 | 1010101 | 111011 | 111 | 0 | 11111 | 1000011 | 1001010 | 10010 | 11100 |
Color Harmonies of #4F553B
Complementary color
Monochromatic Colors of #4F553B
Black with #4F553B
Text Example
Text Example
White with #4F553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F553B; }
p { color: rgb(79,85,59); }
H1.HeaderClassName
{
color: #4F553B;
}
.AnyTagClassName
{
color: #4F553B;
}
</style>
background-color css
<style>
a { background-color: #4F553B; }
a { background-color: rgb(79,85,59); }
div.DivClassName
{
background-color: #4F553B;
}
.BgClassName
{
background-color: #4F553B;
}
</style>
border-color css
<style>
span { border-color: #4F553B; }
span { border-color: rgb(79,85,59); }
td.TdClassName
{
border-color: #4F553B;
}
.TagClassName
{
border-color: #4F553B;
}
</style>