Shades of Buccaneer #734B4B
Tints of Buccaneer #734B4B
RGB
CMYK
RGB Variations
Color information
#734B4B (or 0x734B4B) is known color: Buccaneer. HEX triplet: 73, 4B and 4B. RGB value is (115,75,75). Sum of RGB (Red+Green+Blue) = 115+75+75=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B4B is #8CB4B4. Grayscale: #575757. Windows color (decimal): -9221301 or 4934515. OLE color: 4934515.
HSL color Cylindrical-coordinate representation of color #734B4B: hue angle of 0º 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 #734B4B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 75 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.55 |
| HSL | 0º | 0.21% | 0.37% | - |
| HSV(B) | 0º | 0.35% | 0.45% | - |
| XYZ | 10.86 | 9.18 | 7.86 | - |
| YUV | 86.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 75 | 0 | 0.35 | 0.35 | 0.55 | 0 | 0.21 | 0.37 |
| Hex | 73 | 4B | 4B | 0 | 23 | 23 | 37 | 0 | 15 | 25 |
| Octal | 163 | 113 | 113 | 0 | 43 | 43 | 67 | 0 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1001011 | 0 | 100011 | 100011 | 110111 | 0 | 10101 | 100101 |
Color Harmonies of #734B4B
Complementary color
Monochromatic Colors of #734B4B
Black with #734B4B
Text Example
Text Example
White with #734B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B4B; }
p { color: rgb(115,75,75); }
H1.HeaderClassName
{
color: #734B4B;
}
.AnyTagClassName
{
color: #734B4B;
}
</style>
background-color css
<style>
a { background-color: #734B4B; }
a { background-color: rgb(115,75,75); }
div.DivClassName
{
background-color: #734B4B;
}
.BgClassName
{
background-color: #734B4B;
}
</style>
border-color css
<style>
span { border-color: #734B4B; }
span { border-color: rgb(115,75,75); }
td.TdClassName
{
border-color: #734B4B;
}
.TagClassName
{
border-color: #734B4B;
}
</style>