Shades of Baker's Chocolate #543510
Tints of Baker's Chocolate #543510
RGB
CMYK
RGB Variations
Color information
#543510 (or 0x543510) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 10. RGB value is (84,53,16). Sum of RGB (Red+Green+Blue) = 84+53+16=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #543510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543510 is #ABCAEF. Grayscale: #3A3A3A. Windows color (decimal): -11258608 or 1062228. OLE color: 1062228.
HSL color Cylindrical-coordinate representation of color #543510: hue angle of 32.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #543510 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 16 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.67 |
| HSL | 32.65º | 0.68% | 0.2% | - |
| HSV(B) | 32.65º | 0.81% | 0.33% | - |
| XYZ | 5.02 | 4.47 | 1.09 | - |
| YUV | 58.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 16 | 0 | 0.37 | 0.81 | 0.67 | 32.65 | 0.68 | 0.2 |
| Hex | 54 | 35 | 10 | 0 | 25 | 51 | 43 | 21 | 44 | 14 |
| Octal | 124 | 65 | 20 | 0 | 45 | 121 | 103 | 41 | 104 | 24 |
| Binary | 1010100 | 110101 | 10000 | 0 | 100101 | 1010001 | 1000011 | 100001 | 1000100 | 10100 |
Color Harmonies of #543510
Complementary color
Monochromatic Colors of #543510
Black with #543510
Text Example
Text Example
White with #543510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543510; }
p { color: rgb(84,53,16); }
H1.HeaderClassName
{
color: #543510;
}
.AnyTagClassName
{
color: #543510;
}
</style>
background-color css
<style>
a { background-color: #543510; }
a { background-color: rgb(84,53,16); }
div.DivClassName
{
background-color: #543510;
}
.BgClassName
{
background-color: #543510;
}
</style>
border-color css
<style>
span { border-color: #543510; }
span { border-color: rgb(84,53,16); }
td.TdClassName
{
border-color: #543510;
}
.TagClassName
{
border-color: #543510;
}
</style>