Shades of Buccaneer #704947
Tints of Buccaneer #704947
RGB
CMYK
RGB Variations
Color information
#704947 (or 0x704947) is known color: Buccaneer. HEX triplet: 70, 49 and 47. RGB value is (112,73,71). Sum of RGB (Red+Green+Blue) = 112+73+71=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704947 is #8FB6B8. Grayscale: #545454. Windows color (decimal): -9418425 or 4671856. OLE color: 4671856.
HSL color Cylindrical-coordinate representation of color #704947: hue angle of 2.93º 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 #704947 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 71 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.56 |
| HSL | 2.93º | 0.22% | 0.36% | - |
| HSV(B) | 2.93º | 0.37% | 0.44% | - |
| XYZ | 10.2 | 8.66 | 7.1 | - |
| YUV | 84.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 71 | 0 | 0.35 | 0.37 | 0.56 | 2.93 | 0.22 | 0.36 |
| Hex | 70 | 49 | 47 | 0 | 23 | 25 | 38 | 3 | 16 | 24 |
| Octal | 160 | 111 | 107 | 0 | 43 | 45 | 70 | 3 | 26 | 44 |
| Binary | 1110000 | 1001001 | 1000111 | 0 | 100011 | 100101 | 111000 | 11 | 10110 | 100100 |
Color Harmonies of #704947
Complementary color
Monochromatic Colors of #704947
Black with #704947
Text Example
Text Example
White with #704947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704947; }
p { color: rgb(112,73,71); }
H1.HeaderClassName
{
color: #704947;
}
.AnyTagClassName
{
color: #704947;
}
</style>
background-color css
<style>
a { background-color: #704947; }
a { background-color: rgb(112,73,71); }
div.DivClassName
{
background-color: #704947;
}
.BgClassName
{
background-color: #704947;
}
</style>
border-color css
<style>
span { border-color: #704947; }
span { border-color: rgb(112,73,71); }
td.TdClassName
{
border-color: #704947;
}
.TagClassName
{
border-color: #704947;
}
</style>