Shades of Buccaneer #715550
Tints of Buccaneer #715550
RGB
CMYK
RGB Variations
Color information
#715550 (or 0x715550) is known color: Buccaneer. HEX triplet: 71, 55 and 50. RGB value is (113,85,80). Sum of RGB (Red+Green+Blue) = 113+85+80=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715550 is #8EAAAF. Grayscale: #5C5C5C. Windows color (decimal): -9349808 or 5264753. OLE color: 5264753.
HSL color Cylindrical-coordinate representation of color #715550: hue angle of 9.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715550 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 80 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.56 |
| HSL | 9.09º | 0.17% | 0.38% | - |
| HSV(B) | 9.09º | 0.29% | 0.44% | - |
| XYZ | 11.51 | 10.59 | 9.03 | - |
| YUV | 92.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 80 | 0 | 0.25 | 0.29 | 0.56 | 9.09 | 0.17 | 0.38 |
| Hex | 71 | 55 | 50 | 0 | 19 | 1D | 38 | 9 | 11 | 26 |
| Octal | 161 | 125 | 120 | 0 | 31 | 35 | 70 | 11 | 21 | 46 |
| Binary | 1110001 | 1010101 | 1010000 | 0 | 11001 | 11101 | 111000 | 1001 | 10001 | 100110 |
Color Harmonies of #715550
Complementary color
Monochromatic Colors of #715550
Black with #715550
Text Example
Text Example
White with #715550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715550; }
p { color: rgb(113,85,80); }
H1.HeaderClassName
{
color: #715550;
}
.AnyTagClassName
{
color: #715550;
}
</style>
background-color css
<style>
a { background-color: #715550; }
a { background-color: rgb(113,85,80); }
div.DivClassName
{
background-color: #715550;
}
.BgClassName
{
background-color: #715550;
}
</style>
border-color css
<style>
span { border-color: #715550; }
span { border-color: rgb(113,85,80); }
td.TdClassName
{
border-color: #715550;
}
.TagClassName
{
border-color: #715550;
}
</style>