Shades of Buccaneer #72524E
Tints of Buccaneer #72524E
RGB
CMYK
RGB Variations
Color information
#72524E (or 0x72524E) is known color: Buccaneer. HEX triplet: 72, 52 and 4E. RGB value is (114,82,78). Sum of RGB (Red+Green+Blue) = 114+82+78=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72524E is #8DADB1. Grayscale: #5B5B5B. Windows color (decimal): -9285042 or 5132914. OLE color: 5132914.
HSL color Cylindrical-coordinate representation of color #72524E: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72524E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 78 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.55 |
| HSL | 6.67º | 0.19% | 0.38% | - |
| HSV(B) | 6.67º | 0.32% | 0.45% | - |
| XYZ | 11.33 | 10.16 | 8.57 | - |
| YUV | 91.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 78 | 0 | 0.28 | 0.32 | 0.55 | 6.67 | 0.19 | 0.38 |
| Hex | 72 | 52 | 4E | 0 | 1C | 20 | 37 | 7 | 13 | 26 |
| Octal | 162 | 122 | 116 | 0 | 34 | 40 | 67 | 7 | 23 | 46 |
| Binary | 1110010 | 1010010 | 1001110 | 0 | 11100 | 100000 | 110111 | 111 | 10011 | 100110 |
Color Harmonies of #72524E
Complementary color
Monochromatic Colors of #72524E
Black with #72524E
Text Example
Text Example
White with #72524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72524E; }
p { color: rgb(114,82,78); }
H1.HeaderClassName
{
color: #72524E;
}
.AnyTagClassName
{
color: #72524E;
}
</style>
background-color css
<style>
a { background-color: #72524E; }
a { background-color: rgb(114,82,78); }
div.DivClassName
{
background-color: #72524E;
}
.BgClassName
{
background-color: #72524E;
}
</style>
border-color css
<style>
span { border-color: #72524E; }
span { border-color: rgb(114,82,78); }
td.TdClassName
{
border-color: #72524E;
}
.TagClassName
{
border-color: #72524E;
}
</style>