Shades of Buccaneer #704946
Tints of Buccaneer #704946
RGB
CMYK
RGB Variations
Color information
#704946 (or 0x704946) is known color: Buccaneer. HEX triplet: 70, 49 and 46. RGB value is (112,73,70). Sum of RGB (Red+Green+Blue) = 112+73+70=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704946 is #8FB6B9. Grayscale: #545454. Windows color (decimal): -9418426 or 4606320. OLE color: 4606320.
HSL color Cylindrical-coordinate representation of color #704946: hue angle of 4.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704946 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 70 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.56 |
| HSL | 4.29º | 0.23% | 0.36% | - |
| HSV(B) | 4.29º | 0.38% | 0.44% | - |
| XYZ | 10.17 | 8.65 | 6.93 | - |
| YUV | 84.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 70 | 0 | 0.35 | 0.38 | 0.56 | 4.29 | 0.23 | 0.36 |
| Hex | 70 | 49 | 46 | 0 | 23 | 26 | 38 | 4 | 17 | 24 |
| Octal | 160 | 111 | 106 | 0 | 43 | 46 | 70 | 4 | 27 | 44 |
| Binary | 1110000 | 1001001 | 1000110 | 0 | 100011 | 100110 | 111000 | 100 | 10111 | 100100 |
Color Harmonies of #704946
Complementary color
Monochromatic Colors of #704946
Black with #704946
Text Example
Text Example
White with #704946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704946; }
p { color: rgb(112,73,70); }
H1.HeaderClassName
{
color: #704946;
}
.AnyTagClassName
{
color: #704946;
}
</style>
background-color css
<style>
a { background-color: #704946; }
a { background-color: rgb(112,73,70); }
div.DivClassName
{
background-color: #704946;
}
.BgClassName
{
background-color: #704946;
}
</style>
border-color css
<style>
span { border-color: #704946; }
span { border-color: rgb(112,73,70); }
td.TdClassName
{
border-color: #704946;
}
.TagClassName
{
border-color: #704946;
}
</style>