Shades of Buccaneer #754C49
Tints of Buccaneer #754C49
RGB
CMYK
RGB Variations
Color information
#754C49 (or 0x754C49) is known color: Buccaneer. HEX triplet: 75, 4C and 49. RGB value is (117,76,73). Sum of RGB (Red+Green+Blue) = 117+76+73=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C49 is #8AB3B6. Grayscale: #575757. Windows color (decimal): -9089975 or 4803701. OLE color: 4803701.
HSL color Cylindrical-coordinate representation of color #754C49: hue angle of 4.09º 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 #754C49 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 73 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.54 |
| HSL | 4.09º | 0.23% | 0.37% | - |
| HSV(B) | 4.09º | 0.38% | 0.46% | - |
| XYZ | 11.12 | 9.43 | 7.54 | - |
| YUV | 87.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 73 | 0 | 0.35 | 0.38 | 0.54 | 4.09 | 0.23 | 0.37 |
| Hex | 75 | 4C | 49 | 0 | 23 | 26 | 36 | 4 | 17 | 25 |
| Octal | 165 | 114 | 111 | 0 | 43 | 46 | 66 | 4 | 27 | 45 |
| Binary | 1110101 | 1001100 | 1001001 | 0 | 100011 | 100110 | 110110 | 100 | 10111 | 100101 |
Color Harmonies of #754C49
Complementary color
Monochromatic Colors of #754C49
Black with #754C49
Text Example
Text Example
White with #754C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C49; }
p { color: rgb(117,76,73); }
H1.HeaderClassName
{
color: #754C49;
}
.AnyTagClassName
{
color: #754C49;
}
</style>
background-color css
<style>
a { background-color: #754C49; }
a { background-color: rgb(117,76,73); }
div.DivClassName
{
background-color: #754C49;
}
.BgClassName
{
background-color: #754C49;
}
</style>
border-color css
<style>
span { border-color: #754C49; }
span { border-color: rgb(117,76,73); }
td.TdClassName
{
border-color: #754C49;
}
.TagClassName
{
border-color: #754C49;
}
</style>