Shades of Buccaneer #744C48
Tints of Buccaneer #744C48
RGB
CMYK
RGB Variations
Color information
#744C48 (or 0x744C48) is known color: Buccaneer. HEX triplet: 74, 4C and 48. RGB value is (116,76,72). Sum of RGB (Red+Green+Blue) = 116+76+72=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C48 is #8BB3B7. Grayscale: #575757. Windows color (decimal): -9155512 or 4738164. OLE color: 4738164.
HSL color Cylindrical-coordinate representation of color #744C48: hue angle of 5.45º 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 #744C48 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 72 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.55 |
| HSL | 5.45º | 0.23% | 0.37% | - |
| HSV(B) | 5.45º | 0.38% | 0.45% | - |
| XYZ | 10.96 | 9.35 | 7.36 | - |
| YUV | 87.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 72 | 0 | 0.34 | 0.38 | 0.55 | 5.45 | 0.23 | 0.37 |
| Hex | 74 | 4C | 48 | 0 | 22 | 26 | 37 | 5 | 17 | 25 |
| Octal | 164 | 114 | 110 | 0 | 42 | 46 | 67 | 5 | 27 | 45 |
| Binary | 1110100 | 1001100 | 1001000 | 0 | 100010 | 100110 | 110111 | 101 | 10111 | 100101 |
Color Harmonies of #744C48
Complementary color
Monochromatic Colors of #744C48
Black with #744C48
Text Example
Text Example
White with #744C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C48; }
p { color: rgb(116,76,72); }
H1.HeaderClassName
{
color: #744C48;
}
.AnyTagClassName
{
color: #744C48;
}
</style>
background-color css
<style>
a { background-color: #744C48; }
a { background-color: rgb(116,76,72); }
div.DivClassName
{
background-color: #744C48;
}
.BgClassName
{
background-color: #744C48;
}
</style>
border-color css
<style>
span { border-color: #744C48; }
span { border-color: rgb(116,76,72); }
td.TdClassName
{
border-color: #744C48;
}
.TagClassName
{
border-color: #744C48;
}
</style>