Shades of Buccaneer #725251
Tints of Buccaneer #725251
RGB
CMYK
RGB Variations
Color information
#725251 (or 0x725251) is known color: Buccaneer. HEX triplet: 72, 52 and 51. RGB value is (114,82,81). Sum of RGB (Red+Green+Blue) = 114+82+81=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725251 is #8DADAE. Grayscale: #5B5B5B. Windows color (decimal): -9285039 or 5329522. OLE color: 5329522.
HSL color Cylindrical-coordinate representation of color #725251: hue angle of 1.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725251 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 81 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.55 |
| HSL | 1.82º | 0.17% | 0.38% | - |
| HSV(B) | 1.82º | 0.29% | 0.45% | - |
| XYZ | 11.44 | 10.21 | 9.15 | - |
| YUV | 91.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 81 | 0 | 0.28 | 0.29 | 0.55 | 1.82 | 0.17 | 0.38 |
| Hex | 72 | 52 | 51 | 0 | 1C | 1D | 37 | 2 | 11 | 26 |
| Octal | 162 | 122 | 121 | 0 | 34 | 35 | 67 | 2 | 21 | 46 |
| Binary | 1110010 | 1010010 | 1010001 | 0 | 11100 | 11101 | 110111 | 10 | 10001 | 100110 |
Color Harmonies of #725251
Complementary color
Monochromatic Colors of #725251
Black with #725251
Text Example
Text Example
White with #725251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725251; }
p { color: rgb(114,82,81); }
H1.HeaderClassName
{
color: #725251;
}
.AnyTagClassName
{
color: #725251;
}
</style>
background-color css
<style>
a { background-color: #725251; }
a { background-color: rgb(114,82,81); }
div.DivClassName
{
background-color: #725251;
}
.BgClassName
{
background-color: #725251;
}
</style>
border-color css
<style>
span { border-color: #725251; }
span { border-color: rgb(114,82,81); }
td.TdClassName
{
border-color: #725251;
}
.TagClassName
{
border-color: #725251;
}
</style>