Shades of Baker's Chocolate #543114
Tints of Baker's Chocolate #543114
RGB
CMYK
RGB Variations
Color information
#543114 (or 0x543114) is known color: Baker's Chocolate. HEX triplet: 54, 31 and 14. RGB value is (84,49,20). Sum of RGB (Red+Green+Blue) = 84+49+20=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #543114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543114 is #ABCEEB. Grayscale: #383838. Windows color (decimal): -11259628 or 1323348. OLE color: 1323348.
HSL color Cylindrical-coordinate representation of color #543114: hue angle of 27.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543114 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 20 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.67 |
| HSL | 27.19º | 0.62% | 0.2% | - |
| HSV(B) | 27.19º | 0.76% | 0.33% | - |
| XYZ | 4.88 | 4.13 | 1.2 | - |
| YUV | 56.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 20 | 0 | 0.42 | 0.76 | 0.67 | 27.19 | 0.62 | 0.2 |
| Hex | 54 | 31 | 14 | 0 | 2A | 4C | 43 | 1B | 3E | 14 |
| Octal | 124 | 61 | 24 | 0 | 52 | 114 | 103 | 33 | 76 | 24 |
| Binary | 1010100 | 110001 | 10100 | 0 | 101010 | 1001100 | 1000011 | 11011 | 111110 | 10100 |
Color Harmonies of #543114
Complementary color
Monochromatic Colors of #543114
Black with #543114
Text Example
Text Example
White with #543114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543114; }
p { color: rgb(84,49,20); }
H1.HeaderClassName
{
color: #543114;
}
.AnyTagClassName
{
color: #543114;
}
</style>
background-color css
<style>
a { background-color: #543114; }
a { background-color: rgb(84,49,20); }
div.DivClassName
{
background-color: #543114;
}
.BgClassName
{
background-color: #543114;
}
</style>
border-color css
<style>
span { border-color: #543114; }
span { border-color: rgb(84,49,20); }
td.TdClassName
{
border-color: #543114;
}
.TagClassName
{
border-color: #543114;
}
</style>