Shades of Buccaneer #735553
Tints of Buccaneer #735553
RGB
CMYK
RGB Variations
Color information
#735553 (or 0x735553) is known color: Buccaneer. HEX triplet: 73, 55 and 53. RGB value is (115,85,83). Sum of RGB (Red+Green+Blue) = 115+85+83=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735553 is #8CAAAC. Grayscale: #5D5D5D. Windows color (decimal): -9218733 or 5461363. OLE color: 5461363.
HSL color Cylindrical-coordinate representation of color #735553: hue angle of 3.75º 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 #735553 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 83 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.55 |
| HSL | 3.75º | 0.16% | 0.39% | - |
| HSV(B) | 3.75º | 0.28% | 0.45% | - |
| XYZ | 11.88 | 10.77 | 9.64 | - |
| YUV | 93.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 83 | 0 | 0.26 | 0.28 | 0.55 | 3.75 | 0.16 | 0.39 |
| Hex | 73 | 55 | 53 | 0 | 1A | 1C | 37 | 4 | 10 | 27 |
| Octal | 163 | 125 | 123 | 0 | 32 | 34 | 67 | 4 | 20 | 47 |
| Binary | 1110011 | 1010101 | 1010011 | 0 | 11010 | 11100 | 110111 | 100 | 10000 | 100111 |
Color Harmonies of #735553
Complementary color
Monochromatic Colors of #735553
Black with #735553
Text Example
Text Example
White with #735553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735553; }
p { color: rgb(115,85,83); }
H1.HeaderClassName
{
color: #735553;
}
.AnyTagClassName
{
color: #735553;
}
</style>
background-color css
<style>
a { background-color: #735553; }
a { background-color: rgb(115,85,83); }
div.DivClassName
{
background-color: #735553;
}
.BgClassName
{
background-color: #735553;
}
</style>
border-color css
<style>
span { border-color: #735553; }
span { border-color: rgb(115,85,83); }
td.TdClassName
{
border-color: #735553;
}
.TagClassName
{
border-color: #735553;
}
</style>