Shades of Buccaneer #73524F
Tints of Buccaneer #73524F
RGB
CMYK
RGB Variations
Color information
#73524F (or 0x73524F) is known color: Buccaneer. HEX triplet: 73, 52 and 4F. RGB value is (115,82,79). Sum of RGB (Red+Green+Blue) = 115+82+79=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #73524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73524F is #8CADB0. Grayscale: #5B5B5B. Windows color (decimal): -9219505 or 5198451. OLE color: 5198451.
HSL color Cylindrical-coordinate representation of color #73524F: hue angle of 5º 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 #73524F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 79 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.55 |
| HSL | 5º | 0.19% | 0.38% | - |
| HSV(B) | 5º | 0.31% | 0.45% | - |
| XYZ | 11.5 | 10.24 | 8.77 | - |
| YUV | 91.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 79 | 0 | 0.29 | 0.31 | 0.55 | 5 | 0.19 | 0.38 |
| Hex | 73 | 52 | 4F | 0 | 1D | 1F | 37 | 5 | 13 | 26 |
| Octal | 163 | 122 | 117 | 0 | 35 | 37 | 67 | 5 | 23 | 46 |
| Binary | 1110011 | 1010010 | 1001111 | 0 | 11101 | 11111 | 110111 | 101 | 10011 | 100110 |
Color Harmonies of #73524F
Complementary color
Monochromatic Colors of #73524F
Black with #73524F
Text Example
Text Example
White with #73524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73524F; }
p { color: rgb(115,82,79); }
H1.HeaderClassName
{
color: #73524F;
}
.AnyTagClassName
{
color: #73524F;
}
</style>
background-color css
<style>
a { background-color: #73524F; }
a { background-color: rgb(115,82,79); }
div.DivClassName
{
background-color: #73524F;
}
.BgClassName
{
background-color: #73524F;
}
</style>
border-color css
<style>
span { border-color: #73524F; }
span { border-color: rgb(115,82,79); }
td.TdClassName
{
border-color: #73524F;
}
.TagClassName
{
border-color: #73524F;
}
</style>