Shades of Buccaneer #73554F
Tints of Buccaneer #73554F
RGB
CMYK
RGB Variations
Color information
#73554F (or 0x73554F) is known color: Buccaneer. HEX triplet: 73, 55 and 4F. RGB value is (115,85,79). Sum of RGB (Red+Green+Blue) = 115+85+79=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73554F is #8CAAB0. Grayscale: #5D5D5D. Windows color (decimal): -9218737 or 5199219. OLE color: 5199219.
HSL color Cylindrical-coordinate representation of color #73554F: hue angle of 10º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73554F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 79 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.55 |
| HSL | 10º | 0.19% | 0.38% | - |
| HSV(B) | 10º | 0.31% | 0.45% | - |
| XYZ | 11.73 | 10.71 | 8.85 | - |
| YUV | 93.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 79 | 0 | 0.26 | 0.31 | 0.55 | 10 | 0.19 | 0.38 |
| Hex | 73 | 55 | 4F | 0 | 1A | 1F | 37 | A | 13 | 26 |
| Octal | 163 | 125 | 117 | 0 | 32 | 37 | 67 | 12 | 23 | 46 |
| Binary | 1110011 | 1010101 | 1001111 | 0 | 11010 | 11111 | 110111 | 1010 | 10011 | 100110 |
Color Harmonies of #73554F
Complementary color
Monochromatic Colors of #73554F
Black with #73554F
Text Example
Text Example
White with #73554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73554F; }
p { color: rgb(115,85,79); }
H1.HeaderClassName
{
color: #73554F;
}
.AnyTagClassName
{
color: #73554F;
}
</style>
background-color css
<style>
a { background-color: #73554F; }
a { background-color: rgb(115,85,79); }
div.DivClassName
{
background-color: #73554F;
}
.BgClassName
{
background-color: #73554F;
}
</style>
border-color css
<style>
span { border-color: #73554F; }
span { border-color: rgb(115,85,79); }
td.TdClassName
{
border-color: #73554F;
}
.TagClassName
{
border-color: #73554F;
}
</style>