Shades of Buccaneer #715552
Tints of Buccaneer #715552
RGB
CMYK
RGB Variations
Color information
#715552 (or 0x715552) is known color: Buccaneer. HEX triplet: 71, 55 and 52. RGB value is (113,85,82). Sum of RGB (Red+Green+Blue) = 113+85+82=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715552 is #8EAAAD. Grayscale: #5D5D5D. Windows color (decimal): -9349806 or 5395825. OLE color: 5395825.
HSL color Cylindrical-coordinate representation of color #715552: hue angle of 5.81º 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 #715552 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 82 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.56 |
| HSL | 5.81º | 0.16% | 0.38% | - |
| HSV(B) | 5.81º | 0.27% | 0.44% | - |
| XYZ | 11.58 | 10.62 | 9.42 | - |
| YUV | 93.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 82 | 0 | 0.25 | 0.27 | 0.56 | 5.81 | 0.16 | 0.38 |
| Hex | 71 | 55 | 52 | 0 | 19 | 1B | 38 | 6 | 10 | 26 |
| Octal | 161 | 125 | 122 | 0 | 31 | 33 | 70 | 6 | 20 | 46 |
| Binary | 1110001 | 1010101 | 1010010 | 0 | 11001 | 11011 | 111000 | 110 | 10000 | 100110 |
Color Harmonies of #715552
Complementary color
Monochromatic Colors of #715552
Black with #715552
Text Example
Text Example
White with #715552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715552; }
p { color: rgb(113,85,82); }
H1.HeaderClassName
{
color: #715552;
}
.AnyTagClassName
{
color: #715552;
}
</style>
background-color css
<style>
a { background-color: #715552; }
a { background-color: rgb(113,85,82); }
div.DivClassName
{
background-color: #715552;
}
.BgClassName
{
background-color: #715552;
}
</style>
border-color css
<style>
span { border-color: #715552; }
span { border-color: rgb(113,85,82); }
td.TdClassName
{
border-color: #715552;
}
.TagClassName
{
border-color: #715552;
}
</style>