Shades of Buccaneer #75514B
Tints of Buccaneer #75514B
RGB
CMYK
RGB Variations
Color information
#75514B (or 0x75514B) is known color: Buccaneer. HEX triplet: 75, 51 and 4B. RGB value is (117,81,75). Sum of RGB (Red+Green+Blue) = 117+81+75=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75514B is #8AAEB4. Grayscale: #5B5B5B. Windows color (decimal): -9088693 or 4936053. OLE color: 4936053.
HSL color Cylindrical-coordinate representation of color #75514B: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75514B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 75 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.54 |
| HSL | 8.57º | 0.22% | 0.38% | - |
| HSV(B) | 8.57º | 0.36% | 0.46% | - |
| XYZ | 11.55 | 10.17 | 8.01 | - |
| YUV | 91.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 75 | 0 | 0.31 | 0.36 | 0.54 | 8.57 | 0.22 | 0.38 |
| Hex | 75 | 51 | 4B | 0 | 1F | 24 | 36 | 9 | 16 | 26 |
| Octal | 165 | 121 | 113 | 0 | 37 | 44 | 66 | 11 | 26 | 46 |
| Binary | 1110101 | 1010001 | 1001011 | 0 | 11111 | 100100 | 110110 | 1001 | 10110 | 100110 |
Color Harmonies of #75514B
Complementary color
Monochromatic Colors of #75514B
Black with #75514B
Text Example
Text Example
White with #75514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75514B; }
p { color: rgb(117,81,75); }
H1.HeaderClassName
{
color: #75514B;
}
.AnyTagClassName
{
color: #75514B;
}
</style>
background-color css
<style>
a { background-color: #75514B; }
a { background-color: rgb(117,81,75); }
div.DivClassName
{
background-color: #75514B;
}
.BgClassName
{
background-color: #75514B;
}
</style>
border-color css
<style>
span { border-color: #75514B; }
span { border-color: rgb(117,81,75); }
td.TdClassName
{
border-color: #75514B;
}
.TagClassName
{
border-color: #75514B;
}
</style>