Shades of Buccaneer #744F49
Tints of Buccaneer #744F49
RGB
CMYK
RGB Variations
Color information
#744F49 (or 0x744F49) is known color: Buccaneer. HEX triplet: 74, 4F and 49. RGB value is (116,79,73). Sum of RGB (Red+Green+Blue) = 116+79+73=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F49 is #8BB0B6. Grayscale: #595959. Windows color (decimal): -9154743 or 4804468. OLE color: 4804468.
HSL color Cylindrical-coordinate representation of color #744F49: hue angle of 8.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744F49 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 73 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.55 |
| HSL | 8.37º | 0.23% | 0.37% | - |
| HSV(B) | 8.37º | 0.37% | 0.45% | - |
| XYZ | 11.2 | 9.79 | 7.6 | - |
| YUV | 89.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 73 | 0 | 0.32 | 0.37 | 0.55 | 8.37 | 0.23 | 0.37 |
| Hex | 74 | 4F | 49 | 0 | 20 | 25 | 37 | 8 | 17 | 25 |
| Octal | 164 | 117 | 111 | 0 | 40 | 45 | 67 | 10 | 27 | 45 |
| Binary | 1110100 | 1001111 | 1001001 | 0 | 100000 | 100101 | 110111 | 1000 | 10111 | 100101 |
Color Harmonies of #744F49
Complementary color
Monochromatic Colors of #744F49
Black with #744F49
Text Example
Text Example
White with #744F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F49; }
p { color: rgb(116,79,73); }
H1.HeaderClassName
{
color: #744F49;
}
.AnyTagClassName
{
color: #744F49;
}
</style>
background-color css
<style>
a { background-color: #744F49; }
a { background-color: rgb(116,79,73); }
div.DivClassName
{
background-color: #744F49;
}
.BgClassName
{
background-color: #744F49;
}
</style>
border-color css
<style>
span { border-color: #744F49; }
span { border-color: rgb(116,79,73); }
td.TdClassName
{
border-color: #744F49;
}
.TagClassName
{
border-color: #744F49;
}
</style>