Shades of Buccaneer #705751
Tints of Buccaneer #705751
RGB
CMYK
RGB Variations
Color information
#705751 (or 0x705751) is known color: Buccaneer. HEX triplet: 70, 57 and 51. RGB value is (112,87,81). Sum of RGB (Red+Green+Blue) = 112+87+81=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705751 is #8FA8AE. Grayscale: #5D5D5D. Windows color (decimal): -9414831 or 5330800. OLE color: 5330800.
HSL color Cylindrical-coordinate representation of color #705751: hue angle of 11.61º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705751 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 81 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.56 |
| HSL | 11.61º | 0.16% | 0.38% | - |
| HSV(B) | 11.61º | 0.28% | 0.44% | - |
| XYZ | 11.58 | 10.86 | 9.27 | - |
| YUV | 93.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 81 | 0 | 0.22 | 0.28 | 0.56 | 11.61 | 0.16 | 0.38 |
| Hex | 70 | 57 | 51 | 0 | 16 | 1C | 38 | C | 10 | 26 |
| Octal | 160 | 127 | 121 | 0 | 26 | 34 | 70 | 14 | 20 | 46 |
| Binary | 1110000 | 1010111 | 1010001 | 0 | 10110 | 11100 | 111000 | 1100 | 10000 | 100110 |
Color Harmonies of #705751
Complementary color
Monochromatic Colors of #705751
Black with #705751
Text Example
Text Example
White with #705751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705751; }
p { color: rgb(112,87,81); }
H1.HeaderClassName
{
color: #705751;
}
.AnyTagClassName
{
color: #705751;
}
</style>
background-color css
<style>
a { background-color: #705751; }
a { background-color: rgb(112,87,81); }
div.DivClassName
{
background-color: #705751;
}
.BgClassName
{
background-color: #705751;
}
</style>
border-color css
<style>
span { border-color: #705751; }
span { border-color: rgb(112,87,81); }
td.TdClassName
{
border-color: #705751;
}
.TagClassName
{
border-color: #705751;
}
</style>