Shades of Kelp #51543B
Tints of Kelp #51543B
RGB
CMYK
RGB Variations
Color information
#51543B (or 0x51543B) is known color: Kelp. HEX triplet: 51, 54 and 3B. RGB value is (81,84,59). Sum of RGB (Red+Green+Blue) = 81+84+59=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #51543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51543B is #AEABC4. Grayscale: #505050. Windows color (decimal): -11447237 or 3888209. OLE color: 3888209.
HSL color Cylindrical-coordinate representation of color #51543B: hue angle of 67.2º degrees, saturation: 0.17, 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 #51543B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 59 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.67 |
| HSL | 67.2º | 0.17% | 0.28% | - |
| HSV(B) | 67.2º | 0.3% | 0.33% | - |
| XYZ | 7.35 | 8.41 | 5.37 | - |
| YUV | 80.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 59 | 0.04 | 0 | 0.30 | 0.67 | 67.2 | 0.17 | 0.28 |
| Hex | 51 | 54 | 3B | 4 | 0 | 1E | 43 | 43 | 11 | 1C |
| Octal | 121 | 124 | 73 | 4 | 0 | 36 | 103 | 103 | 21 | 34 |
| Binary | 1010001 | 1010100 | 111011 | 100 | 0 | 11110 | 1000011 | 1000011 | 10001 | 11100 |
Color Harmonies of #51543B
Complementary color
Monochromatic Colors of #51543B
Black with #51543B
Text Example
Text Example
White with #51543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51543B; }
p { color: rgb(81,84,59); }
H1.HeaderClassName
{
color: #51543B;
}
.AnyTagClassName
{
color: #51543B;
}
</style>
background-color css
<style>
a { background-color: #51543B; }
a { background-color: rgb(81,84,59); }
div.DivClassName
{
background-color: #51543B;
}
.BgClassName
{
background-color: #51543B;
}
</style>
border-color css
<style>
span { border-color: #51543B; }
span { border-color: rgb(81,84,59); }
td.TdClassName
{
border-color: #51543B;
}
.TagClassName
{
border-color: #51543B;
}
</style>