Shades of Buccaneer #72514B
Tints of Buccaneer #72514B
RGB
CMYK
RGB Variations
Color information
#72514B (or 0x72514B) is known color: Buccaneer. HEX triplet: 72, 51 and 4B. RGB value is (114,81,75). Sum of RGB (Red+Green+Blue) = 114+81+75=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72514B is #8DAEB4. Grayscale: #5A5A5A. Windows color (decimal): -9285301 or 4936050. OLE color: 4936050.
HSL color Cylindrical-coordinate representation of color #72514B: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72514B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 75 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.55 |
| HSL | 9.23º | 0.21% | 0.37% | - |
| HSV(B) | 9.23º | 0.34% | 0.45% | - |
| XYZ | 11.15 | 9.97 | 7.99 | - |
| YUV | 90.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 75 | 0 | 0.29 | 0.34 | 0.55 | 9.23 | 0.21 | 0.37 |
| Hex | 72 | 51 | 4B | 0 | 1D | 22 | 37 | 9 | 15 | 25 |
| Octal | 162 | 121 | 113 | 0 | 35 | 42 | 67 | 11 | 25 | 45 |
| Binary | 1110010 | 1010001 | 1001011 | 0 | 11101 | 100010 | 110111 | 1001 | 10101 | 100101 |
Color Harmonies of #72514B
Complementary color
Monochromatic Colors of #72514B
Black with #72514B
Text Example
Text Example
White with #72514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72514B; }
p { color: rgb(114,81,75); }
H1.HeaderClassName
{
color: #72514B;
}
.AnyTagClassName
{
color: #72514B;
}
</style>
background-color css
<style>
a { background-color: #72514B; }
a { background-color: rgb(114,81,75); }
div.DivClassName
{
background-color: #72514B;
}
.BgClassName
{
background-color: #72514B;
}
</style>
border-color css
<style>
span { border-color: #72514B; }
span { border-color: rgb(114,81,75); }
td.TdClassName
{
border-color: #72514B;
}
.TagClassName
{
border-color: #72514B;
}
</style>