Shades of Buccaneer #70544E
Tints of Buccaneer #70544E
RGB
CMYK
RGB Variations
Color information
#70544E (or 0x70544E) is known color: Buccaneer. HEX triplet: 70, 54 and 4E. RGB value is (112,84,78). Sum of RGB (Red+Green+Blue) = 112+84+78=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70544E is #8FABB1. Grayscale: #5B5B5B. Windows color (decimal): -9415602 or 5133424. OLE color: 5133424.
HSL color Cylindrical-coordinate representation of color #70544E: hue angle of 10.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70544E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 78 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.56 |
| HSL | 10.59º | 0.18% | 0.37% | - |
| HSV(B) | 10.59º | 0.3% | 0.44% | - |
| XYZ | 11.23 | 10.34 | 8.61 | - |
| YUV | 91.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 78 | 0 | 0.25 | 0.30 | 0.56 | 10.59 | 0.18 | 0.37 |
| Hex | 70 | 54 | 4E | 0 | 19 | 1E | 38 | B | 12 | 25 |
| Octal | 160 | 124 | 116 | 0 | 31 | 36 | 70 | 13 | 22 | 45 |
| Binary | 1110000 | 1010100 | 1001110 | 0 | 11001 | 11110 | 111000 | 1011 | 10010 | 100101 |
Color Harmonies of #70544E
Complementary color
Monochromatic Colors of #70544E
Black with #70544E
Text Example
Text Example
White with #70544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70544E; }
p { color: rgb(112,84,78); }
H1.HeaderClassName
{
color: #70544E;
}
.AnyTagClassName
{
color: #70544E;
}
</style>
background-color css
<style>
a { background-color: #70544E; }
a { background-color: rgb(112,84,78); }
div.DivClassName
{
background-color: #70544E;
}
.BgClassName
{
background-color: #70544E;
}
</style>
border-color css
<style>
span { border-color: #70544E; }
span { border-color: rgb(112,84,78); }
td.TdClassName
{
border-color: #70544E;
}
.TagClassName
{
border-color: #70544E;
}
</style>