Shades of Buccaneer #724946
Tints of Buccaneer #724946
RGB
CMYK
RGB Variations
Color information
#724946 (or 0x724946) is known color: Buccaneer. HEX triplet: 72, 49 and 46. RGB value is (114,73,70). Sum of RGB (Red+Green+Blue) = 114+73+70=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #724946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724946 is #8DB6B9. Grayscale: #545454. Windows color (decimal): -9287354 or 4606322. OLE color: 4606322.
HSL color Cylindrical-coordinate representation of color #724946: hue angle of 4.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724946 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 70 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.55 |
| HSL | 4.09º | 0.24% | 0.36% | - |
| HSV(B) | 4.09º | 0.39% | 0.45% | - |
| XYZ | 10.43 | 8.78 | 6.94 | - |
| YUV | 84.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 70 | 0 | 0.36 | 0.39 | 0.55 | 4.09 | 0.24 | 0.36 |
| Hex | 72 | 49 | 46 | 0 | 24 | 27 | 37 | 4 | 18 | 24 |
| Octal | 162 | 111 | 106 | 0 | 44 | 47 | 67 | 4 | 30 | 44 |
| Binary | 1110010 | 1001001 | 1000110 | 0 | 100100 | 100111 | 110111 | 100 | 11000 | 100100 |
Color Harmonies of #724946
Complementary color
Monochromatic Colors of #724946
Black with #724946
Text Example
Text Example
White with #724946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724946; }
p { color: rgb(114,73,70); }
H1.HeaderClassName
{
color: #724946;
}
.AnyTagClassName
{
color: #724946;
}
</style>
background-color css
<style>
a { background-color: #724946; }
a { background-color: rgb(114,73,70); }
div.DivClassName
{
background-color: #724946;
}
.BgClassName
{
background-color: #724946;
}
</style>
border-color css
<style>
span { border-color: #724946; }
span { border-color: rgb(114,73,70); }
td.TdClassName
{
border-color: #724946;
}
.TagClassName
{
border-color: #724946;
}
</style>