Shades of Baker's Chocolate #543B0D
Tints of Baker's Chocolate #543B0D
RGB
CMYK
RGB Variations
Color information
#543B0D (or 0x543B0D) is known color: Baker's Chocolate. HEX triplet: 54, 3B and 0D. RGB value is (84,59,13). Sum of RGB (Red+Green+Blue) = 84+59+13=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B0D is #ABC4F2. Grayscale: #3D3D3D. Windows color (decimal): -11257075 or 867156. OLE color: 867156.
HSL color Cylindrical-coordinate representation of color #543B0D: hue angle of 38.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #543B0D is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 13 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.67 |
| HSL | 38.87º | 0.73% | 0.19% | - |
| HSV(B) | 38.87º | 0.85% | 0.33% | - |
| XYZ | 5.29 | 5.04 | 1.07 | - |
| YUV | 61.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 13 | 0 | 0.30 | 0.85 | 0.67 | 38.87 | 0.73 | 0.19 |
| Hex | 54 | 3B | D | 0 | 1E | 55 | 43 | 27 | 49 | 13 |
| Octal | 124 | 73 | 15 | 0 | 36 | 125 | 103 | 47 | 111 | 23 |
| Binary | 1010100 | 111011 | 1101 | 0 | 11110 | 1010101 | 1000011 | 100111 | 1001001 | 10011 |
Color Harmonies of #543B0D
Complementary color
Monochromatic Colors of #543B0D
Black with #543B0D
Text Example
Text Example
White with #543B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B0D; }
p { color: rgb(84,59,13); }
H1.HeaderClassName
{
color: #543B0D;
}
.AnyTagClassName
{
color: #543B0D;
}
</style>
background-color css
<style>
a { background-color: #543B0D; }
a { background-color: rgb(84,59,13); }
div.DivClassName
{
background-color: #543B0D;
}
.BgClassName
{
background-color: #543B0D;
}
</style>
border-color css
<style>
span { border-color: #543B0D; }
span { border-color: rgb(84,59,13); }
td.TdClassName
{
border-color: #543B0D;
}
.TagClassName
{
border-color: #543B0D;
}
</style>