Shades of Buccaneer #715350
Tints of Buccaneer #715350
RGB
CMYK
RGB Variations
Color information
#715350 (or 0x715350) is known color: Buccaneer. HEX triplet: 71, 53 and 50. RGB value is (113,83,80). Sum of RGB (Red+Green+Blue) = 113+83+80=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #715350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715350 is #8EACAF. Grayscale: #5B5B5B. Windows color (decimal): -9350320 or 5264241. OLE color: 5264241.
HSL color Cylindrical-coordinate representation of color #715350: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715350 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 80 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.56 |
| HSL | 5.45º | 0.17% | 0.38% | - |
| HSV(B) | 5.45º | 0.29% | 0.44% | - |
| XYZ | 11.35 | 10.28 | 8.97 | - |
| YUV | 91.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 80 | 0 | 0.27 | 0.29 | 0.56 | 5.45 | 0.17 | 0.38 |
| Hex | 71 | 53 | 50 | 0 | 1B | 1D | 38 | 5 | 11 | 26 |
| Octal | 161 | 123 | 120 | 0 | 33 | 35 | 70 | 5 | 21 | 46 |
| Binary | 1110001 | 1010011 | 1010000 | 0 | 11011 | 11101 | 111000 | 101 | 10001 | 100110 |
Color Harmonies of #715350
Complementary color
Monochromatic Colors of #715350
Black with #715350
Text Example
Text Example
White with #715350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715350; }
p { color: rgb(113,83,80); }
H1.HeaderClassName
{
color: #715350;
}
.AnyTagClassName
{
color: #715350;
}
</style>
background-color css
<style>
a { background-color: #715350; }
a { background-color: rgb(113,83,80); }
div.DivClassName
{
background-color: #715350;
}
.BgClassName
{
background-color: #715350;
}
</style>
border-color css
<style>
span { border-color: #715350; }
span { border-color: rgb(113,83,80); }
td.TdClassName
{
border-color: #715350;
}
.TagClassName
{
border-color: #715350;
}
</style>