Shades of Buccaneer #73554E
Tints of Buccaneer #73554E
RGB
CMYK
RGB Variations
Color information
#73554E (or 0x73554E) is known color: Buccaneer. HEX triplet: 73, 55 and 4E. RGB value is (115,85,78). Sum of RGB (Red+Green+Blue) = 115+85+78=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #73554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73554E is #8CAAB1. Grayscale: #5D5D5D. Windows color (decimal): -9218738 or 5133683. OLE color: 5133683.
HSL color Cylindrical-coordinate representation of color #73554E: hue angle of 11.35º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73554E is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 78 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.55 |
| HSL | 11.35º | 0.19% | 0.38% | - |
| HSV(B) | 11.35º | 0.32% | 0.45% | - |
| XYZ | 11.69 | 10.69 | 8.66 | - |
| YUV | 93.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 78 | 0 | 0.26 | 0.32 | 0.55 | 11.35 | 0.19 | 0.38 |
| Hex | 73 | 55 | 4E | 0 | 1A | 20 | 37 | B | 13 | 26 |
| Octal | 163 | 125 | 116 | 0 | 32 | 40 | 67 | 13 | 23 | 46 |
| Binary | 1110011 | 1010101 | 1001110 | 0 | 11010 | 100000 | 110111 | 1011 | 10011 | 100110 |
Color Harmonies of #73554E
Complementary color
Monochromatic Colors of #73554E
Black with #73554E
Text Example
Text Example
White with #73554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73554E; }
p { color: rgb(115,85,78); }
H1.HeaderClassName
{
color: #73554E;
}
.AnyTagClassName
{
color: #73554E;
}
</style>
background-color css
<style>
a { background-color: #73554E; }
a { background-color: rgb(115,85,78); }
div.DivClassName
{
background-color: #73554E;
}
.BgClassName
{
background-color: #73554E;
}
</style>
border-color css
<style>
span { border-color: #73554E; }
span { border-color: rgb(115,85,78); }
td.TdClassName
{
border-color: #73554E;
}
.TagClassName
{
border-color: #73554E;
}
</style>