Shades of Buccaneer #734E4A
Tints of Buccaneer #734E4A
RGB
CMYK
RGB Variations
Color information
#734E4A (or 0x734E4A) is known color: Buccaneer. HEX triplet: 73, 4E and 4A. RGB value is (115,78,74). Sum of RGB (Red+Green+Blue) = 115+78+74=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #734E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E4A is #8CB1B5. Grayscale: #585858. Windows color (decimal): -9220534 or 4869747. OLE color: 4869747.
HSL color Cylindrical-coordinate representation of color #734E4A: hue angle of 5.85º 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 #734E4A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 74 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.55 |
| HSL | 5.85º | 0.22% | 0.37% | - |
| HSV(B) | 5.85º | 0.36% | 0.45% | - |
| XYZ | 11.03 | 9.59 | 7.75 | - |
| YUV | 88.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 74 | 0 | 0.32 | 0.36 | 0.55 | 5.85 | 0.22 | 0.37 |
| Hex | 73 | 4E | 4A | 0 | 20 | 24 | 37 | 6 | 16 | 25 |
| Octal | 163 | 116 | 112 | 0 | 40 | 44 | 67 | 6 | 26 | 45 |
| Binary | 1110011 | 1001110 | 1001010 | 0 | 100000 | 100100 | 110111 | 110 | 10110 | 100101 |
Color Harmonies of #734E4A
Complementary color
Monochromatic Colors of #734E4A
Black with #734E4A
Text Example
Text Example
White with #734E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E4A; }
p { color: rgb(115,78,74); }
H1.HeaderClassName
{
color: #734E4A;
}
.AnyTagClassName
{
color: #734E4A;
}
</style>
background-color css
<style>
a { background-color: #734E4A; }
a { background-color: rgb(115,78,74); }
div.DivClassName
{
background-color: #734E4A;
}
.BgClassName
{
background-color: #734E4A;
}
</style>
border-color css
<style>
span { border-color: #734E4A; }
span { border-color: rgb(115,78,74); }
td.TdClassName
{
border-color: #734E4A;
}
.TagClassName
{
border-color: #734E4A;
}
</style>