Shades of Buccaneer #704B4B
Tints of Buccaneer #704B4B
RGB
CMYK
RGB Variations
Color information
#704B4B (or 0x704B4B) is known color: Buccaneer. HEX triplet: 70, 4B and 4B. RGB value is (112,75,75). Sum of RGB (Red+Green+Blue) = 112+75+75=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B4B is #8FB4B4. Grayscale: #565656. Windows color (decimal): -9417909 or 4934512. OLE color: 4934512.
HSL color Cylindrical-coordinate representation of color #704B4B: hue angle of 0º 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 #704B4B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 75 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.56 |
| HSL | 0º | 0.2% | 0.37% | - |
| HSV(B) | 0º | 0.33% | 0.44% | - |
| XYZ | 10.47 | 8.98 | 7.84 | - |
| YUV | 86.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 75 | 0 | 0.33 | 0.33 | 0.56 | 0 | 0.2 | 0.37 |
| Hex | 70 | 4B | 4B | 0 | 21 | 21 | 38 | 0 | 14 | 25 |
| Octal | 160 | 113 | 113 | 0 | 41 | 41 | 70 | 0 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1001011 | 0 | 100001 | 100001 | 111000 | 0 | 10100 | 100101 |
Color Harmonies of #704B4B
Complementary color
Monochromatic Colors of #704B4B
Black with #704B4B
Text Example
Text Example
White with #704B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B4B; }
p { color: rgb(112,75,75); }
H1.HeaderClassName
{
color: #704B4B;
}
.AnyTagClassName
{
color: #704B4B;
}
</style>
background-color css
<style>
a { background-color: #704B4B; }
a { background-color: rgb(112,75,75); }
div.DivClassName
{
background-color: #704B4B;
}
.BgClassName
{
background-color: #704B4B;
}
</style>
border-color css
<style>
span { border-color: #704B4B; }
span { border-color: rgb(112,75,75); }
td.TdClassName
{
border-color: #704B4B;
}
.TagClassName
{
border-color: #704B4B;
}
</style>