Shades of Buccaneer #70524C
Tints of Buccaneer #70524C
RGB
CMYK
RGB Variations
Color information
#70524C (or 0x70524C) is known color: Buccaneer. HEX triplet: 70, 52 and 4C. RGB value is (112,82,76). Sum of RGB (Red+Green+Blue) = 112+82+76=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70524C is #8FADB3. Grayscale: #5A5A5A. Windows color (decimal): -9416116 or 5001840. OLE color: 5001840.
HSL color Cylindrical-coordinate representation of color #70524C: hue angle of 10º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70524C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 76 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.56 |
| HSL | 10º | 0.19% | 0.37% | - |
| HSV(B) | 10º | 0.32% | 0.44% | - |
| XYZ | 11 | 10 | 8.19 | - |
| YUV | 90.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 76 | 0 | 0.27 | 0.32 | 0.56 | 10 | 0.19 | 0.37 |
| Hex | 70 | 52 | 4C | 0 | 1B | 20 | 38 | A | 13 | 25 |
| Octal | 160 | 122 | 114 | 0 | 33 | 40 | 70 | 12 | 23 | 45 |
| Binary | 1110000 | 1010010 | 1001100 | 0 | 11011 | 100000 | 111000 | 1010 | 10011 | 100101 |
Color Harmonies of #70524C
Complementary color
Monochromatic Colors of #70524C
Black with #70524C
Text Example
Text Example
White with #70524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70524C; }
p { color: rgb(112,82,76); }
H1.HeaderClassName
{
color: #70524C;
}
.AnyTagClassName
{
color: #70524C;
}
</style>
background-color css
<style>
a { background-color: #70524C; }
a { background-color: rgb(112,82,76); }
div.DivClassName
{
background-color: #70524C;
}
.BgClassName
{
background-color: #70524C;
}
</style>
border-color css
<style>
span { border-color: #70524C; }
span { border-color: rgb(112,82,76); }
td.TdClassName
{
border-color: #70524C;
}
.TagClassName
{
border-color: #70524C;
}
</style>