Shades of Buccaneer #705553
Tints of Buccaneer #705553
RGB
CMYK
RGB Variations
Color information
#705553 (or 0x705553) is known color: Buccaneer. HEX triplet: 70, 55 and 53. RGB value is (112,85,83). Sum of RGB (Red+Green+Blue) = 112+85+83=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705553 is #8FAAAC. Grayscale: #5C5C5C. Windows color (decimal): -9415341 or 5461360. OLE color: 5461360.
HSL color Cylindrical-coordinate representation of color #705553: hue angle of 4.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705553 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 83 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.56 |
| HSL | 4.14º | 0.15% | 0.38% | - |
| HSV(B) | 4.14º | 0.26% | 0.44% | - |
| XYZ | 11.49 | 10.57 | 9.62 | - |
| YUV | 92.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 83 | 0 | 0.24 | 0.26 | 0.56 | 4.14 | 0.15 | 0.38 |
| Hex | 70 | 55 | 53 | 0 | 18 | 1A | 38 | 4 | F | 26 |
| Octal | 160 | 125 | 123 | 0 | 30 | 32 | 70 | 4 | 17 | 46 |
| Binary | 1110000 | 1010101 | 1010011 | 0 | 11000 | 11010 | 111000 | 100 | 1111 | 100110 |
Color Harmonies of #705553
Complementary color
Monochromatic Colors of #705553
Black with #705553
Text Example
Text Example
White with #705553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705553; }
p { color: rgb(112,85,83); }
H1.HeaderClassName
{
color: #705553;
}
.AnyTagClassName
{
color: #705553;
}
</style>
background-color css
<style>
a { background-color: #705553; }
a { background-color: rgb(112,85,83); }
div.DivClassName
{
background-color: #705553;
}
.BgClassName
{
background-color: #705553;
}
</style>
border-color css
<style>
span { border-color: #705553; }
span { border-color: rgb(112,85,83); }
td.TdClassName
{
border-color: #705553;
}
.TagClassName
{
border-color: #705553;
}
</style>