Shades of Baker's Chocolate #543B13
Tints of Baker's Chocolate #543B13
RGB
CMYK
RGB Variations
Color information
#543B13 (or 0x543B13) is known color: Baker's Chocolate. HEX triplet: 54, 3B and 13. RGB value is (84,59,19). Sum of RGB (Red+Green+Blue) = 84+59+19=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #543B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B13 is #ABC4EC. Grayscale: #3E3E3E. Windows color (decimal): -11257069 or 1260372. OLE color: 1260372.
HSL color Cylindrical-coordinate representation of color #543B13: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543B13 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 19 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.67 |
| HSL | 36.92º | 0.63% | 0.2% | - |
| HSV(B) | 36.92º | 0.77% | 0.33% | - |
| XYZ | 5.34 | 5.06 | 1.31 | - |
| YUV | 61.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 19 | 0 | 0.30 | 0.77 | 0.67 | 36.92 | 0.63 | 0.2 |
| Hex | 54 | 3B | 13 | 0 | 1E | 4D | 43 | 25 | 3F | 14 |
| Octal | 124 | 73 | 23 | 0 | 36 | 115 | 103 | 45 | 77 | 24 |
| Binary | 1010100 | 111011 | 10011 | 0 | 11110 | 1001101 | 1000011 | 100101 | 111111 | 10100 |
Color Harmonies of #543B13
Complementary color
Monochromatic Colors of #543B13
Black with #543B13
Text Example
Text Example
White with #543B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B13; }
p { color: rgb(84,59,19); }
H1.HeaderClassName
{
color: #543B13;
}
.AnyTagClassName
{
color: #543B13;
}
</style>
background-color css
<style>
a { background-color: #543B13; }
a { background-color: rgb(84,59,19); }
div.DivClassName
{
background-color: #543B13;
}
.BgClassName
{
background-color: #543B13;
}
</style>
border-color css
<style>
span { border-color: #543B13; }
span { border-color: rgb(84,59,19); }
td.TdClassName
{
border-color: #543B13;
}
.TagClassName
{
border-color: #543B13;
}
</style>