Shades of Buccaneer #714845
Tints of Buccaneer #714845
RGB
CMYK
RGB Variations
Color information
#714845 (or 0x714845) is known color: Buccaneer. HEX triplet: 71, 48 and 45. RGB value is (113,72,69). Sum of RGB (Red+Green+Blue) = 113+72+69=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714845 is #8EB7BA. Grayscale: #535353. Windows color (decimal): -9353147 or 4540529. OLE color: 4540529.
HSL color Cylindrical-coordinate representation of color #714845: hue angle of 4.09º 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 #714845 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 72 | 69 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.56 |
| HSL | 4.09º | 0.24% | 0.36% | - |
| HSV(B) | 4.09º | 0.39% | 0.44% | - |
| XYZ | 10.2 | 8.58 | 6.75 | - |
| YUV | 83.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 69 | 0 | 0.36 | 0.39 | 0.56 | 4.09 | 0.24 | 0.36 |
| Hex | 71 | 48 | 45 | 0 | 24 | 27 | 38 | 4 | 18 | 24 |
| Octal | 161 | 110 | 105 | 0 | 44 | 47 | 70 | 4 | 30 | 44 |
| Binary | 1110001 | 1001000 | 1000101 | 0 | 100100 | 100111 | 111000 | 100 | 11000 | 100100 |
Color Harmonies of #714845
Complementary color
Monochromatic Colors of #714845
Black with #714845
Text Example
Text Example
White with #714845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714845; }
p { color: rgb(113,72,69); }
H1.HeaderClassName
{
color: #714845;
}
.AnyTagClassName
{
color: #714845;
}
</style>
background-color css
<style>
a { background-color: #714845; }
a { background-color: rgb(113,72,69); }
div.DivClassName
{
background-color: #714845;
}
.BgClassName
{
background-color: #714845;
}
</style>
border-color css
<style>
span { border-color: #714845; }
span { border-color: rgb(113,72,69); }
td.TdClassName
{
border-color: #714845;
}
.TagClassName
{
border-color: #714845;
}
</style>