Shades of Kelp #51533D
Tints of Kelp #51533D
RGB
CMYK
RGB Variations
Color information
#51533D (or 0x51533D) is known color: Kelp. HEX triplet: 51, 53 and 3D. RGB value is (81,83,61). Sum of RGB (Red+Green+Blue) = 81+83+61=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #51533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51533D is #AEACC2. Grayscale: #4F4F4F. Windows color (decimal): -11447491 or 4019025. OLE color: 4019025.
HSL color Cylindrical-coordinate representation of color #51533D: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51533D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 61 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.67 |
| HSL | 65.45º | 0.15% | 0.28% | - |
| HSV(B) | 65.45º | 0.27% | 0.33% | - |
| XYZ | 7.33 | 8.27 | 5.63 | - |
| YUV | 79.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 61 | 0.02 | 0 | 0.27 | 0.67 | 65.45 | 0.15 | 0.28 |
| Hex | 51 | 53 | 3D | 2 | 0 | 1B | 43 | 41 | F | 1C |
| Octal | 121 | 123 | 75 | 2 | 0 | 33 | 103 | 101 | 17 | 34 |
| Binary | 1010001 | 1010011 | 111101 | 10 | 0 | 11011 | 1000011 | 1000001 | 1111 | 11100 |
Color Harmonies of #51533D
Complementary color
Monochromatic Colors of #51533D
Black with #51533D
Text Example
Text Example
White with #51533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51533D; }
p { color: rgb(81,83,61); }
H1.HeaderClassName
{
color: #51533D;
}
.AnyTagClassName
{
color: #51533D;
}
</style>
background-color css
<style>
a { background-color: #51533D; }
a { background-color: rgb(81,83,61); }
div.DivClassName
{
background-color: #51533D;
}
.BgClassName
{
background-color: #51533D;
}
</style>
border-color css
<style>
span { border-color: #51533D; }
span { border-color: rgb(81,83,61); }
td.TdClassName
{
border-color: #51533D;
}
.TagClassName
{
border-color: #51533D;
}
</style>