Shades of Buccaneer #73504E
Tints of Buccaneer #73504E
RGB
CMYK
RGB Variations
Color information
#73504E (or 0x73504E) is known color: Buccaneer. HEX triplet: 73, 50 and 4E. RGB value is (115,80,78). Sum of RGB (Red+Green+Blue) = 115+80+78=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73504E is #8CAFB1. Grayscale: #5A5A5A. Windows color (decimal): -9220018 or 5132403. OLE color: 5132403.
HSL color Cylindrical-coordinate representation of color #73504E: hue angle of 3.24º 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 #73504E is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 78 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.55 |
| HSL | 3.24º | 0.19% | 0.38% | - |
| HSV(B) | 3.24º | 0.32% | 0.45% | - |
| XYZ | 11.31 | 9.93 | 8.53 | - |
| YUV | 90.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 78 | 0 | 0.30 | 0.32 | 0.55 | 3.24 | 0.19 | 0.38 |
| Hex | 73 | 50 | 4E | 0 | 1E | 20 | 37 | 3 | 13 | 26 |
| Octal | 163 | 120 | 116 | 0 | 36 | 40 | 67 | 3 | 23 | 46 |
| Binary | 1110011 | 1010000 | 1001110 | 0 | 11110 | 100000 | 110111 | 11 | 10011 | 100110 |
Color Harmonies of #73504E
Complementary color
Monochromatic Colors of #73504E
Black with #73504E
Text Example
Text Example
White with #73504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73504E; }
p { color: rgb(115,80,78); }
H1.HeaderClassName
{
color: #73504E;
}
.AnyTagClassName
{
color: #73504E;
}
</style>
background-color css
<style>
a { background-color: #73504E; }
a { background-color: rgb(115,80,78); }
div.DivClassName
{
background-color: #73504E;
}
.BgClassName
{
background-color: #73504E;
}
</style>
border-color css
<style>
span { border-color: #73504E; }
span { border-color: rgb(115,80,78); }
td.TdClassName
{
border-color: #73504E;
}
.TagClassName
{
border-color: #73504E;
}
</style>