Shades of Buccaneer #735555
Tints of Buccaneer #735555
RGB
CMYK
RGB Variations
Color information
#735555 (or 0x735555) is known color: Buccaneer. HEX triplet: 73, 55 and 55. RGB value is (115,85,85). Sum of RGB (Red+Green+Blue) = 115+85+85=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #735555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735555 is #8CAAAA. Grayscale: #5E5E5E. Windows color (decimal): -9218731 or 5592435. OLE color: 5592435.
HSL color Cylindrical-coordinate representation of color #735555: hue angle of 0º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735555 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 85 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.55 |
| HSL | 0º | 0.15% | 0.39% | - |
| HSV(B) | 0º | 0.26% | 0.45% | - |
| XYZ | 11.96 | 10.8 | 10.05 | - |
| YUV | 93.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 85 | 0 | 0.26 | 0.26 | 0.55 | 0 | 0.15 | 0.39 |
| Hex | 73 | 55 | 55 | 0 | 1A | 1A | 37 | 0 | F | 27 |
| Octal | 163 | 125 | 125 | 0 | 32 | 32 | 67 | 0 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1010101 | 0 | 11010 | 11010 | 110111 | 0 | 1111 | 100111 |
Color Harmonies of #735555
Complementary color
Monochromatic Colors of #735555
Black with #735555
Text Example
Text Example
White with #735555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735555; }
p { color: rgb(115,85,85); }
H1.HeaderClassName
{
color: #735555;
}
.AnyTagClassName
{
color: #735555;
}
</style>
background-color css
<style>
a { background-color: #735555; }
a { background-color: rgb(115,85,85); }
div.DivClassName
{
background-color: #735555;
}
.BgClassName
{
background-color: #735555;
}
</style>
border-color css
<style>
span { border-color: #735555; }
span { border-color: rgb(115,85,85); }
td.TdClassName
{
border-color: #735555;
}
.TagClassName
{
border-color: #735555;
}
</style>