Shades of Buccaneer #714D4B
Tints of Buccaneer #714D4B
RGB
CMYK
RGB Variations
Color information
#714D4B (or 0x714D4B) is known color: Buccaneer. HEX triplet: 71, 4D and 4B. RGB value is (113,77,75). Sum of RGB (Red+Green+Blue) = 113+77+75=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D4B is #8EB2B4. Grayscale: #575757. Windows color (decimal): -9351861 or 4935025. OLE color: 4935025.
HSL color Cylindrical-coordinate representation of color #714D4B: hue angle of 3.16º 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 #714D4B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 75 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.56 |
| HSL | 3.16º | 0.2% | 0.37% | - |
| HSV(B) | 3.16º | 0.34% | 0.44% | - |
| XYZ | 10.73 | 9.33 | 7.89 | - |
| YUV | 87.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 75 | 0 | 0.32 | 0.34 | 0.56 | 3.16 | 0.2 | 0.37 |
| Hex | 71 | 4D | 4B | 0 | 20 | 22 | 38 | 3 | 14 | 25 |
| Octal | 161 | 115 | 113 | 0 | 40 | 42 | 70 | 3 | 24 | 45 |
| Binary | 1110001 | 1001101 | 1001011 | 0 | 100000 | 100010 | 111000 | 11 | 10100 | 100101 |
Color Harmonies of #714D4B
Complementary color
Monochromatic Colors of #714D4B
Black with #714D4B
Text Example
Text Example
White with #714D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D4B; }
p { color: rgb(113,77,75); }
H1.HeaderClassName
{
color: #714D4B;
}
.AnyTagClassName
{
color: #714D4B;
}
</style>
background-color css
<style>
a { background-color: #714D4B; }
a { background-color: rgb(113,77,75); }
div.DivClassName
{
background-color: #714D4B;
}
.BgClassName
{
background-color: #714D4B;
}
</style>
border-color css
<style>
span { border-color: #714D4B; }
span { border-color: rgb(113,77,75); }
td.TdClassName
{
border-color: #714D4B;
}
.TagClassName
{
border-color: #714D4B;
}
</style>