Shades of Baker's Chocolate #543A0E
Tints of Baker's Chocolate #543A0E
RGB
CMYK
RGB Variations
Color information
#543A0E (or 0x543A0E) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 0E. RGB value is (84,58,14). Sum of RGB (Red+Green+Blue) = 84+58+14=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A0E is #ABC5F1. Grayscale: #3C3C3C. Windows color (decimal): -11257330 or 932436. OLE color: 932436.
HSL color Cylindrical-coordinate representation of color #543A0E: hue angle of 37.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #543A0E is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 14 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.67 |
| HSL | 37.71º | 0.71% | 0.19% | - |
| HSV(B) | 37.71º | 0.83% | 0.33% | - |
| XYZ | 5.25 | 4.94 | 1.09 | - |
| YUV | 60.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 14 | 0 | 0.31 | 0.83 | 0.67 | 37.71 | 0.71 | 0.19 |
| Hex | 54 | 3A | E | 0 | 1F | 53 | 43 | 26 | 47 | 13 |
| Octal | 124 | 72 | 16 | 0 | 37 | 123 | 103 | 46 | 107 | 23 |
| Binary | 1010100 | 111010 | 1110 | 0 | 11111 | 1010011 | 1000011 | 100110 | 1000111 | 10011 |
Color Harmonies of #543A0E
Complementary color
Monochromatic Colors of #543A0E
Black with #543A0E
Text Example
Text Example
White with #543A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A0E; }
p { color: rgb(84,58,14); }
H1.HeaderClassName
{
color: #543A0E;
}
.AnyTagClassName
{
color: #543A0E;
}
</style>
background-color css
<style>
a { background-color: #543A0E; }
a { background-color: rgb(84,58,14); }
div.DivClassName
{
background-color: #543A0E;
}
.BgClassName
{
background-color: #543A0E;
}
</style>
border-color css
<style>
span { border-color: #543A0E; }
span { border-color: rgb(84,58,14); }
td.TdClassName
{
border-color: #543A0E;
}
.TagClassName
{
border-color: #543A0E;
}
</style>