Shades of Buccaneer #704A47
Tints of Buccaneer #704A47
RGB
CMYK
RGB Variations
Color information
#704A47 (or 0x704A47) is known color: Buccaneer. HEX triplet: 70, 4A and 47. RGB value is (112,74,71). Sum of RGB (Red+Green+Blue) = 112+74+71=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A47 is #8FB5B8. Grayscale: #555555. Windows color (decimal): -9418169 or 4672112. OLE color: 4672112.
HSL color Cylindrical-coordinate representation of color #704A47: hue angle of 4.39º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704A47 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 71 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.56 |
| HSL | 4.39º | 0.22% | 0.36% | - |
| HSV(B) | 4.39º | 0.37% | 0.44% | - |
| XYZ | 10.27 | 8.8 | 7.12 | - |
| YUV | 85.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 71 | 0 | 0.34 | 0.37 | 0.56 | 4.39 | 0.22 | 0.36 |
| Hex | 70 | 4A | 47 | 0 | 22 | 25 | 38 | 4 | 16 | 24 |
| Octal | 160 | 112 | 107 | 0 | 42 | 45 | 70 | 4 | 26 | 44 |
| Binary | 1110000 | 1001010 | 1000111 | 0 | 100010 | 100101 | 111000 | 100 | 10110 | 100100 |
Color Harmonies of #704A47
Complementary color
Monochromatic Colors of #704A47
Black with #704A47
Text Example
Text Example
White with #704A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A47; }
p { color: rgb(112,74,71); }
H1.HeaderClassName
{
color: #704A47;
}
.AnyTagClassName
{
color: #704A47;
}
</style>
background-color css
<style>
a { background-color: #704A47; }
a { background-color: rgb(112,74,71); }
div.DivClassName
{
background-color: #704A47;
}
.BgClassName
{
background-color: #704A47;
}
</style>
border-color css
<style>
span { border-color: #704A47; }
span { border-color: rgb(112,74,71); }
td.TdClassName
{
border-color: #704A47;
}
.TagClassName
{
border-color: #704A47;
}
</style>