Shades of Buccaneer #735250
Tints of Buccaneer #735250
RGB
CMYK
RGB Variations
Color information
#735250 (or 0x735250) is known color: Buccaneer. HEX triplet: 73, 52 and 50. RGB value is (115,82,80). Sum of RGB (Red+Green+Blue) = 115+82+80=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #735250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735250 is #8CADAF. Grayscale: #5B5B5B. Windows color (decimal): -9219504 or 5263987. OLE color: 5263987.
HSL color Cylindrical-coordinate representation of color #735250: hue angle of 3.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735250 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 80 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.55 |
| HSL | 3.43º | 0.18% | 0.38% | - |
| HSV(B) | 3.43º | 0.3% | 0.45% | - |
| XYZ | 11.54 | 10.26 | 8.96 | - |
| YUV | 91.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 80 | 0 | 0.29 | 0.30 | 0.55 | 3.43 | 0.18 | 0.38 |
| Hex | 73 | 52 | 50 | 0 | 1D | 1E | 37 | 3 | 12 | 26 |
| Octal | 163 | 122 | 120 | 0 | 35 | 36 | 67 | 3 | 22 | 46 |
| Binary | 1110011 | 1010010 | 1010000 | 0 | 11101 | 11110 | 110111 | 11 | 10010 | 100110 |
Color Harmonies of #735250
Complementary color
Monochromatic Colors of #735250
Black with #735250
Text Example
Text Example
White with #735250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735250; }
p { color: rgb(115,82,80); }
H1.HeaderClassName
{
color: #735250;
}
.AnyTagClassName
{
color: #735250;
}
</style>
background-color css
<style>
a { background-color: #735250; }
a { background-color: rgb(115,82,80); }
div.DivClassName
{
background-color: #735250;
}
.BgClassName
{
background-color: #735250;
}
</style>
border-color css
<style>
span { border-color: #735250; }
span { border-color: rgb(115,82,80); }
td.TdClassName
{
border-color: #735250;
}
.TagClassName
{
border-color: #735250;
}
</style>