Shades of Buccaneer #734C4B
Tints of Buccaneer #734C4B
RGB
CMYK
RGB Variations
Color information
#734C4B (or 0x734C4B) is known color: Buccaneer. HEX triplet: 73, 4C and 4B. RGB value is (115,76,75). Sum of RGB (Red+Green+Blue) = 115+76+75=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #734C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C4B is #8CB3B4. Grayscale: #575757. Windows color (decimal): -9221045 or 4934771. OLE color: 4934771.
HSL color Cylindrical-coordinate representation of color #734C4B: hue angle of 1.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734C4B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 75 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.55 |
| HSL | 1.5º | 0.21% | 0.37% | - |
| HSV(B) | 1.5º | 0.35% | 0.45% | - |
| XYZ | 10.92 | 9.32 | 7.88 | - |
| YUV | 87.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 75 | 0 | 0.34 | 0.35 | 0.55 | 1.5 | 0.21 | 0.37 |
| Hex | 73 | 4C | 4B | 0 | 22 | 23 | 37 | 2 | 15 | 25 |
| Octal | 163 | 114 | 113 | 0 | 42 | 43 | 67 | 2 | 25 | 45 |
| Binary | 1110011 | 1001100 | 1001011 | 0 | 100010 | 100011 | 110111 | 10 | 10101 | 100101 |
Color Harmonies of #734C4B
Complementary color
Monochromatic Colors of #734C4B
Black with #734C4B
Text Example
Text Example
White with #734C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C4B; }
p { color: rgb(115,76,75); }
H1.HeaderClassName
{
color: #734C4B;
}
.AnyTagClassName
{
color: #734C4B;
}
</style>
background-color css
<style>
a { background-color: #734C4B; }
a { background-color: rgb(115,76,75); }
div.DivClassName
{
background-color: #734C4B;
}
.BgClassName
{
background-color: #734C4B;
}
</style>
border-color css
<style>
span { border-color: #734C4B; }
span { border-color: rgb(115,76,75); }
td.TdClassName
{
border-color: #734C4B;
}
.TagClassName
{
border-color: #734C4B;
}
</style>