Shades of Buccaneer #735751
Tints of Buccaneer #735751
RGB
CMYK
RGB Variations
Color information
#735751 (or 0x735751) is known color: Buccaneer. HEX triplet: 73, 57 and 51. RGB value is (115,87,81). Sum of RGB (Red+Green+Blue) = 115+87+81=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735751 is #8CA8AE. Grayscale: #5E5E5E. Windows color (decimal): -9218223 or 5330803. OLE color: 5330803.
HSL color Cylindrical-coordinate representation of color #735751: hue angle of 10.59º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735751 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 81 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.55 |
| HSL | 10.59º | 0.17% | 0.38% | - |
| HSV(B) | 10.59º | 0.3% | 0.45% | - |
| XYZ | 11.96 | 11.06 | 9.29 | - |
| YUV | 94.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 81 | 0 | 0.24 | 0.30 | 0.55 | 10.59 | 0.17 | 0.38 |
| Hex | 73 | 57 | 51 | 0 | 18 | 1E | 37 | B | 11 | 26 |
| Octal | 163 | 127 | 121 | 0 | 30 | 36 | 67 | 13 | 21 | 46 |
| Binary | 1110011 | 1010111 | 1010001 | 0 | 11000 | 11110 | 110111 | 1011 | 10001 | 100110 |
Color Harmonies of #735751
Complementary color
Monochromatic Colors of #735751
Black with #735751
Text Example
Text Example
White with #735751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735751; }
p { color: rgb(115,87,81); }
H1.HeaderClassName
{
color: #735751;
}
.AnyTagClassName
{
color: #735751;
}
</style>
background-color css
<style>
a { background-color: #735751; }
a { background-color: rgb(115,87,81); }
div.DivClassName
{
background-color: #735751;
}
.BgClassName
{
background-color: #735751;
}
</style>
border-color css
<style>
span { border-color: #735751; }
span { border-color: rgb(115,87,81); }
td.TdClassName
{
border-color: #735751;
}
.TagClassName
{
border-color: #735751;
}
</style>