Shades of Buccaneer #705855
Tints of Buccaneer #705855
RGB
CMYK
RGB Variations
Color information
#705855 (or 0x705855) is known color: Buccaneer. HEX triplet: 70, 58 and 55. RGB value is (112,88,85). Sum of RGB (Red+Green+Blue) = 112+88+85=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705855 is #8FA7AA. Grayscale: #5E5E5E. Windows color (decimal): -9414571 or 5593200. OLE color: 5593200.
HSL color Cylindrical-coordinate representation of color #705855: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705855 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 85 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.56 |
| HSL | 6.67º | 0.14% | 0.39% | - |
| HSV(B) | 6.67º | 0.24% | 0.44% | - |
| XYZ | 11.81 | 11.08 | 10.11 | - |
| YUV | 94.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 85 | 0 | 0.21 | 0.24 | 0.56 | 6.67 | 0.14 | 0.39 |
| Hex | 70 | 58 | 55 | 0 | 15 | 18 | 38 | 7 | E | 27 |
| Octal | 160 | 130 | 125 | 0 | 25 | 30 | 70 | 7 | 16 | 47 |
| Binary | 1110000 | 1011000 | 1010101 | 0 | 10101 | 11000 | 111000 | 111 | 1110 | 100111 |
Color Harmonies of #705855
Complementary color
Monochromatic Colors of #705855
Black with #705855
Text Example
Text Example
White with #705855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705855; }
p { color: rgb(112,88,85); }
H1.HeaderClassName
{
color: #705855;
}
.AnyTagClassName
{
color: #705855;
}
</style>
background-color css
<style>
a { background-color: #705855; }
a { background-color: rgb(112,88,85); }
div.DivClassName
{
background-color: #705855;
}
.BgClassName
{
background-color: #705855;
}
</style>
border-color css
<style>
span { border-color: #705855; }
span { border-color: rgb(112,88,85); }
td.TdClassName
{
border-color: #705855;
}
.TagClassName
{
border-color: #705855;
}
</style>