Shades of Buccaneer #755049
Tints of Buccaneer #755049
RGB
CMYK
RGB Variations
Color information
#755049 (or 0x755049) is known color: Buccaneer. HEX triplet: 75, 50 and 49. RGB value is (117,80,73). Sum of RGB (Red+Green+Blue) = 117+80+73=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755049 is #8AAFB6. Grayscale: #5A5A5A. Windows color (decimal): -9088951 or 4804725. OLE color: 4804725.
HSL color Cylindrical-coordinate representation of color #755049: hue angle of 9.55º 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 #755049 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 73 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.54 |
| HSL | 9.55º | 0.23% | 0.37% | - |
| HSV(B) | 9.55º | 0.38% | 0.46% | - |
| XYZ | 11.41 | 10 | 7.63 | - |
| YUV | 90.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 73 | 0 | 0.32 | 0.38 | 0.54 | 9.55 | 0.23 | 0.37 |
| Hex | 75 | 50 | 49 | 0 | 20 | 26 | 36 | A | 17 | 25 |
| Octal | 165 | 120 | 111 | 0 | 40 | 46 | 66 | 12 | 27 | 45 |
| Binary | 1110101 | 1010000 | 1001001 | 0 | 100000 | 100110 | 110110 | 1010 | 10111 | 100101 |
Color Harmonies of #755049
Complementary color
Monochromatic Colors of #755049
Black with #755049
Text Example
Text Example
White with #755049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755049; }
p { color: rgb(117,80,73); }
H1.HeaderClassName
{
color: #755049;
}
.AnyTagClassName
{
color: #755049;
}
</style>
background-color css
<style>
a { background-color: #755049; }
a { background-color: rgb(117,80,73); }
div.DivClassName
{
background-color: #755049;
}
.BgClassName
{
background-color: #755049;
}
</style>
border-color css
<style>
span { border-color: #755049; }
span { border-color: rgb(117,80,73); }
td.TdClassName
{
border-color: #755049;
}
.TagClassName
{
border-color: #755049;
}
</style>