Shades of Buccaneer #725250
Tints of Buccaneer #725250
RGB
CMYK
RGB Variations
Color information
#725250 (or 0x725250) is known color: Buccaneer. HEX triplet: 72, 52 and 50. RGB value is (114,82,80). Sum of RGB (Red+Green+Blue) = 114+82+80=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725250 is #8DADAF. Grayscale: #5B5B5B. Windows color (decimal): -9285040 or 5263986. OLE color: 5263986.
HSL color Cylindrical-coordinate representation of color #725250: hue angle of 3.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725250 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 80 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.55 |
| HSL | 3.53º | 0.18% | 0.38% | - |
| HSV(B) | 3.53º | 0.3% | 0.45% | - |
| XYZ | 11.4 | 10.19 | 8.96 | - |
| YUV | 91.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 80 | 0 | 0.28 | 0.30 | 0.55 | 3.53 | 0.18 | 0.38 |
| Hex | 72 | 52 | 50 | 0 | 1C | 1E | 37 | 4 | 12 | 26 |
| Octal | 162 | 122 | 120 | 0 | 34 | 36 | 67 | 4 | 22 | 46 |
| Binary | 1110010 | 1010010 | 1010000 | 0 | 11100 | 11110 | 110111 | 100 | 10010 | 100110 |
Color Harmonies of #725250
Complementary color
Monochromatic Colors of #725250
Black with #725250
Text Example
Text Example
White with #725250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725250; }
p { color: rgb(114,82,80); }
H1.HeaderClassName
{
color: #725250;
}
.AnyTagClassName
{
color: #725250;
}
</style>
background-color css
<style>
a { background-color: #725250; }
a { background-color: rgb(114,82,80); }
div.DivClassName
{
background-color: #725250;
}
.BgClassName
{
background-color: #725250;
}
</style>
border-color css
<style>
span { border-color: #725250; }
span { border-color: rgb(114,82,80); }
td.TdClassName
{
border-color: #725250;
}
.TagClassName
{
border-color: #725250;
}
</style>