Shades of Buccaneer #735653
Tints of Buccaneer #735653
RGB
CMYK
RGB Variations
Color information
#735653 (or 0x735653) is known color: Buccaneer. HEX triplet: 73, 56 and 53. RGB value is (115,86,83). Sum of RGB (Red+Green+Blue) = 115+86+83=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735653 is #8CA9AC. Grayscale: #5E5E5E. Windows color (decimal): -9218477 or 5461619. OLE color: 5461619.
HSL color Cylindrical-coordinate representation of color #735653: hue angle of 5.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735653 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 83 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.55 |
| HSL | 5.63º | 0.16% | 0.39% | - |
| HSV(B) | 5.63º | 0.28% | 0.45% | - |
| XYZ | 11.96 | 10.92 | 9.66 | - |
| YUV | 94.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 83 | 0 | 0.25 | 0.28 | 0.55 | 5.63 | 0.16 | 0.39 |
| Hex | 73 | 56 | 53 | 0 | 19 | 1C | 37 | 6 | 10 | 27 |
| Octal | 163 | 126 | 123 | 0 | 31 | 34 | 67 | 6 | 20 | 47 |
| Binary | 1110011 | 1010110 | 1010011 | 0 | 11001 | 11100 | 110111 | 110 | 10000 | 100111 |
Color Harmonies of #735653
Complementary color
Monochromatic Colors of #735653
Black with #735653
Text Example
Text Example
White with #735653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735653; }
p { color: rgb(115,86,83); }
H1.HeaderClassName
{
color: #735653;
}
.AnyTagClassName
{
color: #735653;
}
</style>
background-color css
<style>
a { background-color: #735653; }
a { background-color: rgb(115,86,83); }
div.DivClassName
{
background-color: #735653;
}
.BgClassName
{
background-color: #735653;
}
</style>
border-color css
<style>
span { border-color: #735653; }
span { border-color: rgb(115,86,83); }
td.TdClassName
{
border-color: #735653;
}
.TagClassName
{
border-color: #735653;
}
</style>