Shades of Buccaneer #704C4B
Tints of Buccaneer #704C4B
RGB
CMYK
RGB Variations
Color information
#704C4B (or 0x704C4B) is known color: Buccaneer. HEX triplet: 70, 4C and 4B. RGB value is (112,76,75). Sum of RGB (Red+Green+Blue) = 112+76+75=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C4B is #8FB3B4. Grayscale: #565656. Windows color (decimal): -9417653 or 4934768. OLE color: 4934768.
HSL color Cylindrical-coordinate representation of color #704C4B: hue angle of 1.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704C4B is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 75 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.56 |
| HSL | 1.62º | 0.2% | 0.37% | - |
| HSV(B) | 1.62º | 0.33% | 0.44% | - |
| XYZ | 10.54 | 9.12 | 7.86 | - |
| YUV | 86.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 75 | 0 | 0.32 | 0.33 | 0.56 | 1.62 | 0.2 | 0.37 |
| Hex | 70 | 4C | 4B | 0 | 20 | 21 | 38 | 2 | 14 | 25 |
| Octal | 160 | 114 | 113 | 0 | 40 | 41 | 70 | 2 | 24 | 45 |
| Binary | 1110000 | 1001100 | 1001011 | 0 | 100000 | 100001 | 111000 | 10 | 10100 | 100101 |
Color Harmonies of #704C4B
Complementary color
Monochromatic Colors of #704C4B
Black with #704C4B
Text Example
Text Example
White with #704C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C4B; }
p { color: rgb(112,76,75); }
H1.HeaderClassName
{
color: #704C4B;
}
.AnyTagClassName
{
color: #704C4B;
}
</style>
background-color css
<style>
a { background-color: #704C4B; }
a { background-color: rgb(112,76,75); }
div.DivClassName
{
background-color: #704C4B;
}
.BgClassName
{
background-color: #704C4B;
}
</style>
border-color css
<style>
span { border-color: #704C4B; }
span { border-color: rgb(112,76,75); }
td.TdClassName
{
border-color: #704C4B;
}
.TagClassName
{
border-color: #704C4B;
}
</style>