Shades of Buccaneer #74514C
Tints of Buccaneer #74514C
RGB
CMYK
RGB Variations
Color information
#74514C (or 0x74514C) is known color: Buccaneer. HEX triplet: 74, 51 and 4C. RGB value is (116,81,76). Sum of RGB (Red+Green+Blue) = 116+81+76=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74514C is #8BAEB3. Grayscale: #5A5A5A. Windows color (decimal): -9154228 or 5001588. OLE color: 5001588.
HSL color Cylindrical-coordinate representation of color #74514C: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74514C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 76 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.55 |
| HSL | 7.5º | 0.21% | 0.38% | - |
| HSV(B) | 7.5º | 0.34% | 0.45% | - |
| XYZ | 11.45 | 10.12 | 8.19 | - |
| YUV | 90.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 76 | 0 | 0.30 | 0.34 | 0.55 | 7.5 | 0.21 | 0.38 |
| Hex | 74 | 51 | 4C | 0 | 1E | 22 | 37 | 8 | 15 | 26 |
| Octal | 164 | 121 | 114 | 0 | 36 | 42 | 67 | 10 | 25 | 46 |
| Binary | 1110100 | 1010001 | 1001100 | 0 | 11110 | 100010 | 110111 | 1000 | 10101 | 100110 |
Color Harmonies of #74514C
Complementary color
Monochromatic Colors of #74514C
Black with #74514C
Text Example
Text Example
White with #74514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74514C; }
p { color: rgb(116,81,76); }
H1.HeaderClassName
{
color: #74514C;
}
.AnyTagClassName
{
color: #74514C;
}
</style>
background-color css
<style>
a { background-color: #74514C; }
a { background-color: rgb(116,81,76); }
div.DivClassName
{
background-color: #74514C;
}
.BgClassName
{
background-color: #74514C;
}
</style>
border-color css
<style>
span { border-color: #74514C; }
span { border-color: rgb(116,81,76); }
td.TdClassName
{
border-color: #74514C;
}
.TagClassName
{
border-color: #74514C;
}
</style>