Shades of Buccaneer #754D49
Tints of Buccaneer #754D49
RGB
CMYK
RGB Variations
Color information
#754D49 (or 0x754D49) is known color: Buccaneer. HEX triplet: 75, 4D and 49. RGB value is (117,77,73). Sum of RGB (Red+Green+Blue) = 117+77+73=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D49 is #8AB2B6. Grayscale: #585858. Windows color (decimal): -9089719 or 4803957. OLE color: 4803957.
HSL color Cylindrical-coordinate representation of color #754D49: hue angle of 5.45º 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 #754D49 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 73 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.54 |
| HSL | 5.45º | 0.23% | 0.37% | - |
| HSV(B) | 5.45º | 0.38% | 0.46% | - |
| XYZ | 11.19 | 9.57 | 7.56 | - |
| YUV | 88.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 73 | 0 | 0.34 | 0.38 | 0.54 | 5.45 | 0.23 | 0.37 |
| Hex | 75 | 4D | 49 | 0 | 22 | 26 | 36 | 5 | 17 | 25 |
| Octal | 165 | 115 | 111 | 0 | 42 | 46 | 66 | 5 | 27 | 45 |
| Binary | 1110101 | 1001101 | 1001001 | 0 | 100010 | 100110 | 110110 | 101 | 10111 | 100101 |
Color Harmonies of #754D49
Complementary color
Monochromatic Colors of #754D49
Black with #754D49
Text Example
Text Example
White with #754D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D49; }
p { color: rgb(117,77,73); }
H1.HeaderClassName
{
color: #754D49;
}
.AnyTagClassName
{
color: #754D49;
}
</style>
background-color css
<style>
a { background-color: #754D49; }
a { background-color: rgb(117,77,73); }
div.DivClassName
{
background-color: #754D49;
}
.BgClassName
{
background-color: #754D49;
}
</style>
border-color css
<style>
span { border-color: #754D49; }
span { border-color: rgb(117,77,73); }
td.TdClassName
{
border-color: #754D49;
}
.TagClassName
{
border-color: #754D49;
}
</style>