Shades of Buccaneer #714745
Tints of Buccaneer #714745
RGB
CMYK
RGB Variations
Color information
#714745 (or 0x714745) is known color: Buccaneer. HEX triplet: 71, 47 and 45. RGB value is (113,71,69). Sum of RGB (Red+Green+Blue) = 113+71+69=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #714745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714745 is #8EB8BA. Grayscale: #535353. Windows color (decimal): -9353403 or 4540273. OLE color: 4540273.
HSL color Cylindrical-coordinate representation of color #714745: hue angle of 2.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714745 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 69 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.56 |
| HSL | 2.73º | 0.24% | 0.36% | - |
| HSV(B) | 2.73º | 0.39% | 0.44% | - |
| XYZ | 10.14 | 8.45 | 6.73 | - |
| YUV | 83.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 69 | 0 | 0.37 | 0.39 | 0.56 | 2.73 | 0.24 | 0.36 |
| Hex | 71 | 47 | 45 | 0 | 25 | 27 | 38 | 3 | 18 | 24 |
| Octal | 161 | 107 | 105 | 0 | 45 | 47 | 70 | 3 | 30 | 44 |
| Binary | 1110001 | 1000111 | 1000101 | 0 | 100101 | 100111 | 111000 | 11 | 11000 | 100100 |
Color Harmonies of #714745
Complementary color
Monochromatic Colors of #714745
Black with #714745
Text Example
Text Example
White with #714745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714745; }
p { color: rgb(113,71,69); }
H1.HeaderClassName
{
color: #714745;
}
.AnyTagClassName
{
color: #714745;
}
</style>
background-color css
<style>
a { background-color: #714745; }
a { background-color: rgb(113,71,69); }
div.DivClassName
{
background-color: #714745;
}
.BgClassName
{
background-color: #714745;
}
</style>
border-color css
<style>
span { border-color: #714745; }
span { border-color: rgb(113,71,69); }
td.TdClassName
{
border-color: #714745;
}
.TagClassName
{
border-color: #714745;
}
</style>