Shades of Buccaneer #74524A
Tints of Buccaneer #74524A
RGB
CMYK
RGB Variations
Color information
#74524A (or 0x74524A) is known color: Buccaneer. HEX triplet: 74, 52 and 4A. RGB value is (116,82,74). Sum of RGB (Red+Green+Blue) = 116+82+74=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74524A is #8BADB5. Grayscale: #5B5B5B. Windows color (decimal): -9153974 or 4870772. OLE color: 4870772.
HSL color Cylindrical-coordinate representation of color #74524A: hue angle of 11.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74524A is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 74 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.55 |
| HSL | 11.43º | 0.22% | 0.37% | - |
| HSV(B) | 11.43º | 0.36% | 0.45% | - |
| XYZ | 11.46 | 10.24 | 7.85 | - |
| YUV | 91.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 74 | 0 | 0.29 | 0.36 | 0.55 | 11.43 | 0.22 | 0.37 |
| Hex | 74 | 52 | 4A | 0 | 1D | 24 | 37 | B | 16 | 25 |
| Octal | 164 | 122 | 112 | 0 | 35 | 44 | 67 | 13 | 26 | 45 |
| Binary | 1110100 | 1010010 | 1001010 | 0 | 11101 | 100100 | 110111 | 1011 | 10110 | 100101 |
Color Harmonies of #74524A
Complementary color
Monochromatic Colors of #74524A
Black with #74524A
Text Example
Text Example
White with #74524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74524A; }
p { color: rgb(116,82,74); }
H1.HeaderClassName
{
color: #74524A;
}
.AnyTagClassName
{
color: #74524A;
}
</style>
background-color css
<style>
a { background-color: #74524A; }
a { background-color: rgb(116,82,74); }
div.DivClassName
{
background-color: #74524A;
}
.BgClassName
{
background-color: #74524A;
}
</style>
border-color css
<style>
span { border-color: #74524A; }
span { border-color: rgb(116,82,74); }
td.TdClassName
{
border-color: #74524A;
}
.TagClassName
{
border-color: #74524A;
}
</style>