Shades of Buccaneer #715555
Tints of Buccaneer #715555
RGB
CMYK
RGB Variations
Color information
#715555 (or 0x715555) is known color: Buccaneer. HEX triplet: 71, 55 and 55. RGB value is (113,85,85). Sum of RGB (Red+Green+Blue) = 113+85+85=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715555 is #8EAAAA. Grayscale: #5D5D5D. Windows color (decimal): -9349803 or 5592433. OLE color: 5592433.
HSL color Cylindrical-coordinate representation of color #715555: hue angle of 0º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715555 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 85 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.56 |
| HSL | 0º | 0.14% | 0.39% | - |
| HSV(B) | 0º | 0.25% | 0.44% | - |
| XYZ | 11.7 | 10.66 | 10.04 | - |
| YUV | 93.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 85 | 0 | 0.25 | 0.25 | 0.56 | 0 | 0.14 | 0.39 |
| Hex | 71 | 55 | 55 | 0 | 19 | 19 | 38 | 0 | E | 27 |
| Octal | 161 | 125 | 125 | 0 | 31 | 31 | 70 | 0 | 16 | 47 |
| Binary | 1110001 | 1010101 | 1010101 | 0 | 11001 | 11001 | 111000 | 0 | 1110 | 100111 |
Color Harmonies of #715555
Complementary color
Monochromatic Colors of #715555
Black with #715555
Text Example
Text Example
White with #715555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715555; }
p { color: rgb(113,85,85); }
H1.HeaderClassName
{
color: #715555;
}
.AnyTagClassName
{
color: #715555;
}
</style>
background-color css
<style>
a { background-color: #715555; }
a { background-color: rgb(113,85,85); }
div.DivClassName
{
background-color: #715555;
}
.BgClassName
{
background-color: #715555;
}
</style>
border-color css
<style>
span { border-color: #715555; }
span { border-color: rgb(113,85,85); }
td.TdClassName
{
border-color: #715555;
}
.TagClassName
{
border-color: #715555;
}
</style>