Shades of Buccaneer #725452
Tints of Buccaneer #725452
RGB
CMYK
RGB Variations
Color information
#725452 (or 0x725452) is known color: Buccaneer. HEX triplet: 72, 54 and 52. RGB value is (114,84,82). Sum of RGB (Red+Green+Blue) = 114+84+82=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725452 is #8DABAD. Grayscale: #5C5C5C. Windows color (decimal): -9284526 or 5395570. OLE color: 5395570.
HSL color Cylindrical-coordinate representation of color #725452: hue angle of 3.75º 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 #725452 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 82 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.55 |
| HSL | 3.75º | 0.16% | 0.38% | - |
| HSV(B) | 3.75º | 0.28% | 0.45% | - |
| XYZ | 11.63 | 10.53 | 9.4 | - |
| YUV | 92.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 82 | 0 | 0.26 | 0.28 | 0.55 | 3.75 | 0.16 | 0.38 |
| Hex | 72 | 54 | 52 | 0 | 1A | 1C | 37 | 4 | 10 | 26 |
| Octal | 162 | 124 | 122 | 0 | 32 | 34 | 67 | 4 | 20 | 46 |
| Binary | 1110010 | 1010100 | 1010010 | 0 | 11010 | 11100 | 110111 | 100 | 10000 | 100110 |
Color Harmonies of #725452
Complementary color
Monochromatic Colors of #725452
Black with #725452
Text Example
Text Example
White with #725452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725452; }
p { color: rgb(114,84,82); }
H1.HeaderClassName
{
color: #725452;
}
.AnyTagClassName
{
color: #725452;
}
</style>
background-color css
<style>
a { background-color: #725452; }
a { background-color: rgb(114,84,82); }
div.DivClassName
{
background-color: #725452;
}
.BgClassName
{
background-color: #725452;
}
</style>
border-color css
<style>
span { border-color: #725452; }
span { border-color: rgb(114,84,82); }
td.TdClassName
{
border-color: #725452;
}
.TagClassName
{
border-color: #725452;
}
</style>