Shades of Buccaneer #715852
Tints of Buccaneer #715852
RGB
CMYK
RGB Variations
Color information
#715852 (or 0x715852) is known color: Buccaneer. HEX triplet: 71, 58 and 52. RGB value is (113,88,82). Sum of RGB (Red+Green+Blue) = 113+88+82=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715852 is #8EA7AD. Grayscale: #5E5E5E. Windows color (decimal): -9349038 or 5396593. OLE color: 5396593.
HSL color Cylindrical-coordinate representation of color #715852: hue angle of 11.61º degrees, saturation: 0.16, 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 #715852 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 82 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.56 |
| HSL | 11.61º | 0.16% | 0.38% | - |
| HSV(B) | 11.61º | 0.27% | 0.44% | - |
| XYZ | 11.82 | 11.1 | 9.5 | - |
| YUV | 94.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 82 | 0 | 0.22 | 0.27 | 0.56 | 11.61 | 0.16 | 0.38 |
| Hex | 71 | 58 | 52 | 0 | 16 | 1B | 38 | C | 10 | 26 |
| Octal | 161 | 130 | 122 | 0 | 26 | 33 | 70 | 14 | 20 | 46 |
| Binary | 1110001 | 1011000 | 1010010 | 0 | 10110 | 11011 | 111000 | 1100 | 10000 | 100110 |
Color Harmonies of #715852
Complementary color
Monochromatic Colors of #715852
Black with #715852
Text Example
Text Example
White with #715852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715852; }
p { color: rgb(113,88,82); }
H1.HeaderClassName
{
color: #715852;
}
.AnyTagClassName
{
color: #715852;
}
</style>
background-color css
<style>
a { background-color: #715852; }
a { background-color: rgb(113,88,82); }
div.DivClassName
{
background-color: #715852;
}
.BgClassName
{
background-color: #715852;
}
</style>
border-color css
<style>
span { border-color: #715852; }
span { border-color: rgb(113,88,82); }
td.TdClassName
{
border-color: #715852;
}
.TagClassName
{
border-color: #715852;
}
</style>