Shades of Buccaneer #725852
Tints of Buccaneer #725852
RGB
CMYK
RGB Variations
Color information
#725852 (or 0x725852) is known color: Buccaneer. HEX triplet: 72, 58 and 52. RGB value is (114,88,82). Sum of RGB (Red+Green+Blue) = 114+88+82=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725852 is #8DA7AD. Grayscale: #5F5F5F. Windows color (decimal): -9283502 or 5396594. OLE color: 5396594.
HSL color Cylindrical-coordinate representation of color #725852: hue angle of 11.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725852 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 82 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.55 |
| HSL | 11.25º | 0.16% | 0.38% | - |
| HSV(B) | 11.25º | 0.28% | 0.45% | - |
| XYZ | 11.95 | 11.17 | 9.51 | - |
| YUV | 95.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 82 | 0 | 0.23 | 0.28 | 0.55 | 11.25 | 0.16 | 0.38 |
| Hex | 72 | 58 | 52 | 0 | 17 | 1C | 37 | B | 10 | 26 |
| Octal | 162 | 130 | 122 | 0 | 27 | 34 | 67 | 13 | 20 | 46 |
| Binary | 1110010 | 1011000 | 1010010 | 0 | 10111 | 11100 | 110111 | 1011 | 10000 | 100110 |
Color Harmonies of #725852
Complementary color
Monochromatic Colors of #725852
Black with #725852
Text Example
Text Example
White with #725852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725852; }
p { color: rgb(114,88,82); }
H1.HeaderClassName
{
color: #725852;
}
.AnyTagClassName
{
color: #725852;
}
</style>
background-color css
<style>
a { background-color: #725852; }
a { background-color: rgb(114,88,82); }
div.DivClassName
{
background-color: #725852;
}
.BgClassName
{
background-color: #725852;
}
</style>
border-color css
<style>
span { border-color: #725852; }
span { border-color: rgb(114,88,82); }
td.TdClassName
{
border-color: #725852;
}
.TagClassName
{
border-color: #725852;
}
</style>