Shades of Buccaneer #754E49
Tints of Buccaneer #754E49
RGB
CMYK
RGB Variations
Color information
#754E49 (or 0x754E49) is known color: Buccaneer. HEX triplet: 75, 4E and 49. RGB value is (117,78,73). Sum of RGB (Red+Green+Blue) = 117+78+73=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E49 is #8AB1B6. Grayscale: #595959. Windows color (decimal): -9089463 or 4804213. OLE color: 4804213.
HSL color Cylindrical-coordinate representation of color #754E49: hue angle of 6.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754E49 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 73 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.54 |
| HSL | 6.82º | 0.23% | 0.37% | - |
| HSV(B) | 6.82º | 0.38% | 0.46% | - |
| XYZ | 11.26 | 9.71 | 7.58 | - |
| YUV | 89.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 73 | 0 | 0.33 | 0.38 | 0.54 | 6.82 | 0.23 | 0.37 |
| Hex | 75 | 4E | 49 | 0 | 21 | 26 | 36 | 7 | 17 | 25 |
| Octal | 165 | 116 | 111 | 0 | 41 | 46 | 66 | 7 | 27 | 45 |
| Binary | 1110101 | 1001110 | 1001001 | 0 | 100001 | 100110 | 110110 | 111 | 10111 | 100101 |
Color Harmonies of #754E49
Complementary color
Monochromatic Colors of #754E49
Black with #754E49
Text Example
Text Example
White with #754E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E49; }
p { color: rgb(117,78,73); }
H1.HeaderClassName
{
color: #754E49;
}
.AnyTagClassName
{
color: #754E49;
}
</style>
background-color css
<style>
a { background-color: #754E49; }
a { background-color: rgb(117,78,73); }
div.DivClassName
{
background-color: #754E49;
}
.BgClassName
{
background-color: #754E49;
}
</style>
border-color css
<style>
span { border-color: #754E49; }
span { border-color: rgb(117,78,73); }
td.TdClassName
{
border-color: #754E49;
}
.TagClassName
{
border-color: #754E49;
}
</style>