Shades of Buccaneer #71514B
Tints of Buccaneer #71514B
RGB
CMYK
RGB Variations
Color information
#71514B (or 0x71514B) is known color: Buccaneer. HEX triplet: 71, 51 and 4B. RGB value is (113,81,75). Sum of RGB (Red+Green+Blue) = 113+81+75=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71514B is #8EAEB4. Grayscale: #595959. Windows color (decimal): -9350837 or 4936049. OLE color: 4936049.
HSL color Cylindrical-coordinate representation of color #71514B: hue angle of 9.47º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71514B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 75 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.56 |
| HSL | 9.47º | 0.2% | 0.37% | - |
| HSV(B) | 9.47º | 0.34% | 0.44% | - |
| XYZ | 11.02 | 9.9 | 7.99 | - |
| YUV | 89.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 75 | 0 | 0.28 | 0.34 | 0.56 | 9.47 | 0.2 | 0.37 |
| Hex | 71 | 51 | 4B | 0 | 1C | 22 | 38 | 9 | 14 | 25 |
| Octal | 161 | 121 | 113 | 0 | 34 | 42 | 70 | 11 | 24 | 45 |
| Binary | 1110001 | 1010001 | 1001011 | 0 | 11100 | 100010 | 111000 | 1001 | 10100 | 100101 |
Color Harmonies of #71514B
Complementary color
Monochromatic Colors of #71514B
Black with #71514B
Text Example
Text Example
White with #71514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71514B; }
p { color: rgb(113,81,75); }
H1.HeaderClassName
{
color: #71514B;
}
.AnyTagClassName
{
color: #71514B;
}
</style>
background-color css
<style>
a { background-color: #71514B; }
a { background-color: rgb(113,81,75); }
div.DivClassName
{
background-color: #71514B;
}
.BgClassName
{
background-color: #71514B;
}
</style>
border-color css
<style>
span { border-color: #71514B; }
span { border-color: rgb(113,81,75); }
td.TdClassName
{
border-color: #71514B;
}
.TagClassName
{
border-color: #71514B;
}
</style>