Shades of Buccaneer #745353
Tints of Buccaneer #745353
RGB
CMYK
RGB Variations
Color information
#745353 (or 0x745353) is known color: Buccaneer. HEX triplet: 74, 53 and 53. RGB value is (116,83,83). Sum of RGB (Red+Green+Blue) = 116+83+83=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745353 is #8BACAC. Grayscale: #5C5C5C. Windows color (decimal): -9153709 or 5460852. OLE color: 5460852.
HSL color Cylindrical-coordinate representation of color #745353: hue angle of 0º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745353 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 83 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.55 |
| HSL | 0º | 0.17% | 0.39% | - |
| HSV(B) | 0º | 0.28% | 0.45% | - |
| XYZ | 11.86 | 10.52 | 9.59 | - |
| YUV | 92.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 83 | 0 | 0.28 | 0.28 | 0.55 | 0 | 0.17 | 0.39 |
| Hex | 74 | 53 | 53 | 0 | 1C | 1C | 37 | 0 | 11 | 27 |
| Octal | 164 | 123 | 123 | 0 | 34 | 34 | 67 | 0 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1010011 | 0 | 11100 | 11100 | 110111 | 0 | 10001 | 100111 |
Color Harmonies of #745353
Complementary color
Monochromatic Colors of #745353
Black with #745353
Text Example
Text Example
White with #745353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745353; }
p { color: rgb(116,83,83); }
H1.HeaderClassName
{
color: #745353;
}
.AnyTagClassName
{
color: #745353;
}
</style>
background-color css
<style>
a { background-color: #745353; }
a { background-color: rgb(116,83,83); }
div.DivClassName
{
background-color: #745353;
}
.BgClassName
{
background-color: #745353;
}
</style>
border-color css
<style>
span { border-color: #745353; }
span { border-color: rgb(116,83,83); }
td.TdClassName
{
border-color: #745353;
}
.TagClassName
{
border-color: #745353;
}
</style>