Shades of Buccaneer #705552
Tints of Buccaneer #705552
RGB
CMYK
RGB Variations
Color information
#705552 (or 0x705552) is known color: Buccaneer. HEX triplet: 70, 55 and 52. RGB value is (112,85,82). Sum of RGB (Red+Green+Blue) = 112+85+82=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705552 is #8FAAAD. Grayscale: #5C5C5C. Windows color (decimal): -9415342 or 5395824. OLE color: 5395824.
HSL color Cylindrical-coordinate representation of color #705552: hue angle of 6º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705552 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 82 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.56 |
| HSL | 6º | 0.15% | 0.38% | - |
| HSV(B) | 6º | 0.27% | 0.44% | - |
| XYZ | 11.45 | 10.55 | 9.42 | - |
| YUV | 92.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 82 | 0 | 0.24 | 0.27 | 0.56 | 6 | 0.15 | 0.38 |
| Hex | 70 | 55 | 52 | 0 | 18 | 1B | 38 | 6 | F | 26 |
| Octal | 160 | 125 | 122 | 0 | 30 | 33 | 70 | 6 | 17 | 46 |
| Binary | 1110000 | 1010101 | 1010010 | 0 | 11000 | 11011 | 111000 | 110 | 1111 | 100110 |
Color Harmonies of #705552
Complementary color
Monochromatic Colors of #705552
Black with #705552
Text Example
Text Example
White with #705552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705552; }
p { color: rgb(112,85,82); }
H1.HeaderClassName
{
color: #705552;
}
.AnyTagClassName
{
color: #705552;
}
</style>
background-color css
<style>
a { background-color: #705552; }
a { background-color: rgb(112,85,82); }
div.DivClassName
{
background-color: #705552;
}
.BgClassName
{
background-color: #705552;
}
</style>
border-color css
<style>
span { border-color: #705552; }
span { border-color: rgb(112,85,82); }
td.TdClassName
{
border-color: #705552;
}
.TagClassName
{
border-color: #705552;
}
</style>