Shades of Buccaneer #74524B
Tints of Buccaneer #74524B
RGB
CMYK
RGB Variations
Color information
#74524B (or 0x74524B) is known color: Buccaneer. HEX triplet: 74, 52 and 4B. RGB value is (116,82,75). Sum of RGB (Red+Green+Blue) = 116+82+75=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74524B is #8BADB4. Grayscale: #5B5B5B. Windows color (decimal): -9153973 or 4936308. OLE color: 4936308.
HSL color Cylindrical-coordinate representation of color #74524B: hue angle of 10.24º 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 #74524B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 75 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.55 |
| HSL | 10.24º | 0.21% | 0.37% | - |
| HSV(B) | 10.24º | 0.35% | 0.45% | - |
| XYZ | 11.49 | 10.26 | 8.03 | - |
| YUV | 91.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 75 | 0 | 0.29 | 0.35 | 0.55 | 10.24 | 0.21 | 0.37 |
| Hex | 74 | 52 | 4B | 0 | 1D | 23 | 37 | A | 15 | 25 |
| Octal | 164 | 122 | 113 | 0 | 35 | 43 | 67 | 12 | 25 | 45 |
| Binary | 1110100 | 1010010 | 1001011 | 0 | 11101 | 100011 | 110111 | 1010 | 10101 | 100101 |
Color Harmonies of #74524B
Complementary color
Monochromatic Colors of #74524B
Black with #74524B
Text Example
Text Example
White with #74524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74524B; }
p { color: rgb(116,82,75); }
H1.HeaderClassName
{
color: #74524B;
}
.AnyTagClassName
{
color: #74524B;
}
</style>
background-color css
<style>
a { background-color: #74524B; }
a { background-color: rgb(116,82,75); }
div.DivClassName
{
background-color: #74524B;
}
.BgClassName
{
background-color: #74524B;
}
</style>
border-color css
<style>
span { border-color: #74524B; }
span { border-color: rgb(116,82,75); }
td.TdClassName
{
border-color: #74524B;
}
.TagClassName
{
border-color: #74524B;
}
</style>