Shades of Buccaneer #724B4A
Tints of Buccaneer #724B4A
RGB
CMYK
RGB Variations
Color information
#724B4A (or 0x724B4A) is known color: Buccaneer. HEX triplet: 72, 4B and 4A. RGB value is (114,75,74). Sum of RGB (Red+Green+Blue) = 114+75+74=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #724B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B4A is #8DB4B5. Grayscale: #565656. Windows color (decimal): -9286838 or 4868978. OLE color: 4868978.
HSL color Cylindrical-coordinate representation of color #724B4A: 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 #724B4A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 74 | - |
| 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.69 | 9.1 | 7.67 | - |
| YUV | 86.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 74 | 0 | 0.34 | 0.35 | 0.55 | 1.5 | 0.21 | 0.37 |
| Hex | 72 | 4B | 4A | 0 | 22 | 23 | 37 | 2 | 15 | 25 |
| Octal | 162 | 113 | 112 | 0 | 42 | 43 | 67 | 2 | 25 | 45 |
| Binary | 1110010 | 1001011 | 1001010 | 0 | 100010 | 100011 | 110111 | 10 | 10101 | 100101 |
Color Harmonies of #724B4A
Complementary color
Monochromatic Colors of #724B4A
Black with #724B4A
Text Example
Text Example
White with #724B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B4A; }
p { color: rgb(114,75,74); }
H1.HeaderClassName
{
color: #724B4A;
}
.AnyTagClassName
{
color: #724B4A;
}
</style>
background-color css
<style>
a { background-color: #724B4A; }
a { background-color: rgb(114,75,74); }
div.DivClassName
{
background-color: #724B4A;
}
.BgClassName
{
background-color: #724B4A;
}
</style>
border-color css
<style>
span { border-color: #724B4A; }
span { border-color: rgb(114,75,74); }
td.TdClassName
{
border-color: #724B4A;
}
.TagClassName
{
border-color: #724B4A;
}
</style>