Shades of Buccaneer #735551
Tints of Buccaneer #735551
RGB
CMYK
RGB Variations
Color information
#735551 (or 0x735551) is known color: Buccaneer. HEX triplet: 73, 55 and 51. RGB value is (115,85,81). Sum of RGB (Red+Green+Blue) = 115+85+81=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #735551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735551 is #8CAAAE. Grayscale: #5D5D5D. Windows color (decimal): -9218735 or 5330291. OLE color: 5330291.
HSL color Cylindrical-coordinate representation of color #735551: hue angle of 7.06º 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 #735551 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 81 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.55 |
| HSL | 7.06º | 0.17% | 0.38% | - |
| HSV(B) | 7.06º | 0.3% | 0.45% | - |
| XYZ | 11.8 | 10.74 | 9.23 | - |
| YUV | 93.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 81 | 0 | 0.26 | 0.30 | 0.55 | 7.06 | 0.17 | 0.38 |
| Hex | 73 | 55 | 51 | 0 | 1A | 1E | 37 | 7 | 11 | 26 |
| Octal | 163 | 125 | 121 | 0 | 32 | 36 | 67 | 7 | 21 | 46 |
| Binary | 1110011 | 1010101 | 1010001 | 0 | 11010 | 11110 | 110111 | 111 | 10001 | 100110 |
Color Harmonies of #735551
Complementary color
Monochromatic Colors of #735551
Black with #735551
Text Example
Text Example
White with #735551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735551; }
p { color: rgb(115,85,81); }
H1.HeaderClassName
{
color: #735551;
}
.AnyTagClassName
{
color: #735551;
}
</style>
background-color css
<style>
a { background-color: #735551; }
a { background-color: rgb(115,85,81); }
div.DivClassName
{
background-color: #735551;
}
.BgClassName
{
background-color: #735551;
}
</style>
border-color css
<style>
span { border-color: #735551; }
span { border-color: rgb(115,85,81); }
td.TdClassName
{
border-color: #735551;
}
.TagClassName
{
border-color: #735551;
}
</style>