Shades of Buccaneer #724A49
Tints of Buccaneer #724A49
RGB
CMYK
RGB Variations
Color information
#724A49 (or 0x724A49) is known color: Buccaneer. HEX triplet: 72, 4A and 49. RGB value is (114,74,73). Sum of RGB (Red+Green+Blue) = 114+74+73=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #724A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A49 is #8DB5B6. Grayscale: #555555. Windows color (decimal): -9287095 or 4803186. OLE color: 4803186.
HSL color Cylindrical-coordinate representation of color #724A49: hue angle of 1.46º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #724A49 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 73 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.55 |
| HSL | 1.46º | 0.22% | 0.37% | - |
| HSV(B) | 1.46º | 0.36% | 0.45% | - |
| XYZ | 10.59 | 8.96 | 7.47 | - |
| YUV | 85.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 73 | 0 | 0.35 | 0.36 | 0.55 | 1.46 | 0.22 | 0.37 |
| Hex | 72 | 4A | 49 | 0 | 23 | 24 | 37 | 1 | 16 | 25 |
| Octal | 162 | 112 | 111 | 0 | 43 | 44 | 67 | 1 | 26 | 45 |
| Binary | 1110010 | 1001010 | 1001001 | 0 | 100011 | 100100 | 110111 | 1 | 10110 | 100101 |
Color Harmonies of #724A49
Complementary color
Monochromatic Colors of #724A49
Black with #724A49
Text Example
Text Example
White with #724A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A49; }
p { color: rgb(114,74,73); }
H1.HeaderClassName
{
color: #724A49;
}
.AnyTagClassName
{
color: #724A49;
}
</style>
background-color css
<style>
a { background-color: #724A49; }
a { background-color: rgb(114,74,73); }
div.DivClassName
{
background-color: #724A49;
}
.BgClassName
{
background-color: #724A49;
}
</style>
border-color css
<style>
span { border-color: #724A49; }
span { border-color: rgb(114,74,73); }
td.TdClassName
{
border-color: #724A49;
}
.TagClassName
{
border-color: #724A49;
}
</style>