Shades of Buccaneer #70514D
Tints of Buccaneer #70514D
RGB
CMYK
RGB Variations
Color information
#70514D (or 0x70514D) is known color: Buccaneer. HEX triplet: 70, 51 and 4D. RGB value is (112,81,77). Sum of RGB (Red+Green+Blue) = 112+81+77=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70514D is #8FAEB2. Grayscale: #595959. Windows color (decimal): -9416371 or 5067120. OLE color: 5067120.
HSL color Cylindrical-coordinate representation of color #70514D: hue angle of 6.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70514D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 77 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.56 |
| HSL | 6.86º | 0.19% | 0.37% | - |
| HSV(B) | 6.86º | 0.31% | 0.44% | - |
| XYZ | 10.96 | 9.87 | 8.35 | - |
| YUV | 89.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 77 | 0 | 0.28 | 0.31 | 0.56 | 6.86 | 0.19 | 0.37 |
| Hex | 70 | 51 | 4D | 0 | 1C | 1F | 38 | 7 | 13 | 25 |
| Octal | 160 | 121 | 115 | 0 | 34 | 37 | 70 | 7 | 23 | 45 |
| Binary | 1110000 | 1010001 | 1001101 | 0 | 11100 | 11111 | 111000 | 111 | 10011 | 100101 |
Color Harmonies of #70514D
Complementary color
Monochromatic Colors of #70514D
Black with #70514D
Text Example
Text Example
White with #70514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70514D; }
p { color: rgb(112,81,77); }
H1.HeaderClassName
{
color: #70514D;
}
.AnyTagClassName
{
color: #70514D;
}
</style>
background-color css
<style>
a { background-color: #70514D; }
a { background-color: rgb(112,81,77); }
div.DivClassName
{
background-color: #70514D;
}
.BgClassName
{
background-color: #70514D;
}
</style>
border-color css
<style>
span { border-color: #70514D; }
span { border-color: rgb(112,81,77); }
td.TdClassName
{
border-color: #70514D;
}
.TagClassName
{
border-color: #70514D;
}
</style>