Shades of Buccaneer #735855
Tints of Buccaneer #735855
RGB
CMYK
RGB Variations
Color information
#735855 (or 0x735855) is known color: Buccaneer. HEX triplet: 73, 58 and 55. RGB value is (115,88,85). Sum of RGB (Red+Green+Blue) = 115+88+85=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #735855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735855 is #8CA7AA. Grayscale: #5F5F5F. Windows color (decimal): -9217963 or 5593203. OLE color: 5593203.
HSL color Cylindrical-coordinate representation of color #735855: hue angle of 6º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735855 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 85 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.55 |
| HSL | 6º | 0.15% | 0.39% | - |
| HSV(B) | 6º | 0.26% | 0.45% | - |
| XYZ | 12.2 | 11.28 | 10.13 | - |
| YUV | 95.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 85 | 0 | 0.23 | 0.26 | 0.55 | 6 | 0.15 | 0.39 |
| Hex | 73 | 58 | 55 | 0 | 17 | 1A | 37 | 6 | F | 27 |
| Octal | 163 | 130 | 125 | 0 | 27 | 32 | 67 | 6 | 17 | 47 |
| Binary | 1110011 | 1011000 | 1010101 | 0 | 10111 | 11010 | 110111 | 110 | 1111 | 100111 |
Color Harmonies of #735855
Complementary color
Monochromatic Colors of #735855
Black with #735855
Text Example
Text Example
White with #735855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735855; }
p { color: rgb(115,88,85); }
H1.HeaderClassName
{
color: #735855;
}
.AnyTagClassName
{
color: #735855;
}
</style>
background-color css
<style>
a { background-color: #735855; }
a { background-color: rgb(115,88,85); }
div.DivClassName
{
background-color: #735855;
}
.BgClassName
{
background-color: #735855;
}
</style>
border-color css
<style>
span { border-color: #735855; }
span { border-color: rgb(115,88,85); }
td.TdClassName
{
border-color: #735855;
}
.TagClassName
{
border-color: #735855;
}
</style>