Shades of Buccaneer #735954
Tints of Buccaneer #735954
RGB
CMYK
RGB Variations
Color information
#735954 (or 0x735954) is known color: Buccaneer. HEX triplet: 73, 59 and 54. RGB value is (115,89,84). Sum of RGB (Red+Green+Blue) = 115+89+84=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #735954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735954 is #8CA6AB. Grayscale: #606060. Windows color (decimal): -9217708 or 5527923. OLE color: 5527923.
HSL color Cylindrical-coordinate representation of color #735954: hue angle of 9.68º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735954 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 84 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.55 |
| HSL | 9.68º | 0.16% | 0.39% | - |
| HSV(B) | 9.68º | 0.27% | 0.45% | - |
| XYZ | 12.24 | 11.43 | 9.95 | - |
| YUV | 96.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 84 | 0 | 0.23 | 0.27 | 0.55 | 9.68 | 0.16 | 0.39 |
| Hex | 73 | 59 | 54 | 0 | 17 | 1B | 37 | A | 10 | 27 |
| Octal | 163 | 131 | 124 | 0 | 27 | 33 | 67 | 12 | 20 | 47 |
| Binary | 1110011 | 1011001 | 1010100 | 0 | 10111 | 11011 | 110111 | 1010 | 10000 | 100111 |
Color Harmonies of #735954
Complementary color
Monochromatic Colors of #735954
Black with #735954
Text Example
Text Example
White with #735954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735954; }
p { color: rgb(115,89,84); }
H1.HeaderClassName
{
color: #735954;
}
.AnyTagClassName
{
color: #735954;
}
</style>
background-color css
<style>
a { background-color: #735954; }
a { background-color: rgb(115,89,84); }
div.DivClassName
{
background-color: #735954;
}
.BgClassName
{
background-color: #735954;
}
</style>
border-color css
<style>
span { border-color: #735954; }
span { border-color: rgb(115,89,84); }
td.TdClassName
{
border-color: #735954;
}
.TagClassName
{
border-color: #735954;
}
</style>