Shades of Buccaneer #724A48
Tints of Buccaneer #724A48
RGB
CMYK
RGB Variations
Color information
#724A48 (or 0x724A48) is known color: Buccaneer. HEX triplet: 72, 4A and 48. RGB value is (114,74,72). Sum of RGB (Red+Green+Blue) = 114+74+72=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #724A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A48 is #8DB5B7. Grayscale: #555555. Windows color (decimal): -9287096 or 4737650. OLE color: 4737650.
HSL color Cylindrical-coordinate representation of color #724A48: hue angle of 2.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724A48 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 72 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.55 |
| HSL | 2.86º | 0.23% | 0.36% | - |
| HSV(B) | 2.86º | 0.37% | 0.45% | - |
| XYZ | 10.56 | 8.94 | 7.3 | - |
| YUV | 85.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 72 | 0 | 0.35 | 0.37 | 0.55 | 2.86 | 0.23 | 0.36 |
| Hex | 72 | 4A | 48 | 0 | 23 | 25 | 37 | 3 | 17 | 24 |
| Octal | 162 | 112 | 110 | 0 | 43 | 45 | 67 | 3 | 27 | 44 |
| Binary | 1110010 | 1001010 | 1001000 | 0 | 100011 | 100101 | 110111 | 11 | 10111 | 100100 |
Color Harmonies of #724A48
Complementary color
Monochromatic Colors of #724A48
Black with #724A48
Text Example
Text Example
White with #724A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A48; }
p { color: rgb(114,74,72); }
H1.HeaderClassName
{
color: #724A48;
}
.AnyTagClassName
{
color: #724A48;
}
</style>
background-color css
<style>
a { background-color: #724A48; }
a { background-color: rgb(114,74,72); }
div.DivClassName
{
background-color: #724A48;
}
.BgClassName
{
background-color: #724A48;
}
</style>
border-color css
<style>
span { border-color: #724A48; }
span { border-color: rgb(114,74,72); }
td.TdClassName
{
border-color: #724A48;
}
.TagClassName
{
border-color: #724A48;
}
</style>