Shades of Buccaneer #704A49
Tints of Buccaneer #704A49
RGB
CMYK
RGB Variations
Color information
#704A49 (or 0x704A49) is known color: Buccaneer. HEX triplet: 70, 4A and 49. RGB value is (112,74,73). Sum of RGB (Red+Green+Blue) = 112+74+73=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #704A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A49 is #8FB5B6. Grayscale: #555555. Windows color (decimal): -9418167 or 4803184. OLE color: 4803184.
HSL color Cylindrical-coordinate representation of color #704A49: hue angle of 1.54º 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 #704A49 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 73 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.56 |
| HSL | 1.54º | 0.21% | 0.36% | - |
| HSV(B) | 1.54º | 0.35% | 0.44% | - |
| XYZ | 10.33 | 8.82 | 7.46 | - |
| YUV | 85.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 73 | 0 | 0.34 | 0.35 | 0.56 | 1.54 | 0.21 | 0.36 |
| Hex | 70 | 4A | 49 | 0 | 22 | 23 | 38 | 2 | 15 | 24 |
| Octal | 160 | 112 | 111 | 0 | 42 | 43 | 70 | 2 | 25 | 44 |
| Binary | 1110000 | 1001010 | 1001001 | 0 | 100010 | 100011 | 111000 | 10 | 10101 | 100100 |
Color Harmonies of #704A49
Complementary color
Monochromatic Colors of #704A49
Black with #704A49
Text Example
Text Example
White with #704A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A49; }
p { color: rgb(112,74,73); }
H1.HeaderClassName
{
color: #704A49;
}
.AnyTagClassName
{
color: #704A49;
}
</style>
background-color css
<style>
a { background-color: #704A49; }
a { background-color: rgb(112,74,73); }
div.DivClassName
{
background-color: #704A49;
}
.BgClassName
{
background-color: #704A49;
}
</style>
border-color css
<style>
span { border-color: #704A49; }
span { border-color: rgb(112,74,73); }
td.TdClassName
{
border-color: #704A49;
}
.TagClassName
{
border-color: #704A49;
}
</style>