Shades of Baker's Chocolate #543A14
Tints of Baker's Chocolate #543A14
RGB
CMYK
RGB Variations
Color information
#543A14 (or 0x543A14) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 14. RGB value is (84,58,20). Sum of RGB (Red+Green+Blue) = 84+58+20=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #543A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A14 is #ABC5EB. Grayscale: #3D3D3D. Windows color (decimal): -11257324 or 1325652. OLE color: 1325652.
HSL color Cylindrical-coordinate representation of color #543A14: hue angle of 35.62º 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 #543A14 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 20 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.67 |
| HSL | 35.63º | 0.62% | 0.2% | - |
| HSV(B) | 35.63º | 0.76% | 0.33% | - |
| XYZ | 5.3 | 4.96 | 1.34 | - |
| YUV | 61.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 20 | 0 | 0.31 | 0.76 | 0.67 | 35.63 | 0.62 | 0.2 |
| Hex | 54 | 3A | 14 | 0 | 1F | 4C | 43 | 24 | 3E | 14 |
| Octal | 124 | 72 | 24 | 0 | 37 | 114 | 103 | 44 | 76 | 24 |
| Binary | 1010100 | 111010 | 10100 | 0 | 11111 | 1001100 | 1000011 | 100100 | 111110 | 10100 |
Color Harmonies of #543A14
Complementary color
Monochromatic Colors of #543A14
Black with #543A14
Text Example
Text Example
White with #543A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A14; }
p { color: rgb(84,58,20); }
H1.HeaderClassName
{
color: #543A14;
}
.AnyTagClassName
{
color: #543A14;
}
</style>
background-color css
<style>
a { background-color: #543A14; }
a { background-color: rgb(84,58,20); }
div.DivClassName
{
background-color: #543A14;
}
.BgClassName
{
background-color: #543A14;
}
</style>
border-color css
<style>
span { border-color: #543A14; }
span { border-color: rgb(84,58,20); }
td.TdClassName
{
border-color: #543A14;
}
.TagClassName
{
border-color: #543A14;
}
</style>