Shades of Buccaneer #744E48
Tints of Buccaneer #744E48
RGB
CMYK
RGB Variations
Color information
#744E48 (or 0x744E48) is known color: Buccaneer. HEX triplet: 74, 4E and 48. RGB value is (116,78,72). Sum of RGB (Red+Green+Blue) = 116+78+72=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #744E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E48 is #8BB1B7. Grayscale: #585858. Windows color (decimal): -9155000 or 4738676. OLE color: 4738676.
HSL color Cylindrical-coordinate representation of color #744E48: hue angle of 8.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744E48 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 72 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.55 |
| HSL | 8.18º | 0.23% | 0.37% | - |
| HSV(B) | 8.18º | 0.38% | 0.45% | - |
| XYZ | 11.1 | 9.63 | 7.4 | - |
| YUV | 88.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 72 | 0 | 0.33 | 0.38 | 0.55 | 8.18 | 0.23 | 0.37 |
| Hex | 74 | 4E | 48 | 0 | 21 | 26 | 37 | 8 | 17 | 25 |
| Octal | 164 | 116 | 110 | 0 | 41 | 46 | 67 | 10 | 27 | 45 |
| Binary | 1110100 | 1001110 | 1001000 | 0 | 100001 | 100110 | 110111 | 1000 | 10111 | 100101 |
Color Harmonies of #744E48
Complementary color
Monochromatic Colors of #744E48
Black with #744E48
Text Example
Text Example
White with #744E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E48; }
p { color: rgb(116,78,72); }
H1.HeaderClassName
{
color: #744E48;
}
.AnyTagClassName
{
color: #744E48;
}
</style>
background-color css
<style>
a { background-color: #744E48; }
a { background-color: rgb(116,78,72); }
div.DivClassName
{
background-color: #744E48;
}
.BgClassName
{
background-color: #744E48;
}
</style>
border-color css
<style>
span { border-color: #744E48; }
span { border-color: rgb(116,78,72); }
td.TdClassName
{
border-color: #744E48;
}
.TagClassName
{
border-color: #744E48;
}
</style>