Shades of Buccaneer #704C49
Tints of Buccaneer #704C49
RGB
CMYK
RGB Variations
Color information
#704C49 (or 0x704C49) is known color: Buccaneer. HEX triplet: 70, 4C and 49. RGB value is (112,76,73). Sum of RGB (Red+Green+Blue) = 112+76+73=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C49 is #8FB3B6. Grayscale: #565656. Windows color (decimal): -9417655 or 4803696. OLE color: 4803696.
HSL color Cylindrical-coordinate representation of color #704C49: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704C49 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 73 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.56 |
| HSL | 4.62º | 0.21% | 0.36% | - |
| HSV(B) | 4.62º | 0.35% | 0.44% | - |
| XYZ | 10.47 | 9.09 | 7.51 | - |
| YUV | 86.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 73 | 0 | 0.32 | 0.35 | 0.56 | 4.62 | 0.21 | 0.36 |
| Hex | 70 | 4C | 49 | 0 | 20 | 23 | 38 | 5 | 15 | 24 |
| Octal | 160 | 114 | 111 | 0 | 40 | 43 | 70 | 5 | 25 | 44 |
| Binary | 1110000 | 1001100 | 1001001 | 0 | 100000 | 100011 | 111000 | 101 | 10101 | 100100 |
Color Harmonies of #704C49
Complementary color
Monochromatic Colors of #704C49
Black with #704C49
Text Example
Text Example
White with #704C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C49; }
p { color: rgb(112,76,73); }
H1.HeaderClassName
{
color: #704C49;
}
.AnyTagClassName
{
color: #704C49;
}
</style>
background-color css
<style>
a { background-color: #704C49; }
a { background-color: rgb(112,76,73); }
div.DivClassName
{
background-color: #704C49;
}
.BgClassName
{
background-color: #704C49;
}
</style>
border-color css
<style>
span { border-color: #704C49; }
span { border-color: rgb(112,76,73); }
td.TdClassName
{
border-color: #704C49;
}
.TagClassName
{
border-color: #704C49;
}
</style>