Shades of Baker's Chocolate #543B0C
Tints of Baker's Chocolate #543B0C
RGB
CMYK
RGB Variations
Color information
#543B0C (or 0x543B0C) is known color: Baker's Chocolate. HEX triplet: 54, 3B and 0C. RGB value is (84,59,12). Sum of RGB (Red+Green+Blue) = 84+59+12=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B0C is #ABC4F3. Grayscale: #3D3D3D. Windows color (decimal): -11257076 or 801620. OLE color: 801620.
HSL color Cylindrical-coordinate representation of color #543B0C: hue angle of 39.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #543B0C is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 12 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.67 |
| HSL | 39.17º | 0.75% | 0.19% | - |
| HSV(B) | 39.17º | 0.86% | 0.33% | - |
| XYZ | 5.29 | 5.04 | 1.04 | - |
| YUV | 61.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 12 | 0 | 0.30 | 0.86 | 0.67 | 39.17 | 0.75 | 0.19 |
| Hex | 54 | 3B | C | 0 | 1E | 56 | 43 | 27 | 4B | 13 |
| Octal | 124 | 73 | 14 | 0 | 36 | 126 | 103 | 47 | 113 | 23 |
| Binary | 1010100 | 111011 | 1100 | 0 | 11110 | 1010110 | 1000011 | 100111 | 1001011 | 10011 |
Color Harmonies of #543B0C
Complementary color
Monochromatic Colors of #543B0C
Black with #543B0C
Text Example
Text Example
White with #543B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B0C; }
p { color: rgb(84,59,12); }
H1.HeaderClassName
{
color: #543B0C;
}
.AnyTagClassName
{
color: #543B0C;
}
</style>
background-color css
<style>
a { background-color: #543B0C; }
a { background-color: rgb(84,59,12); }
div.DivClassName
{
background-color: #543B0C;
}
.BgClassName
{
background-color: #543B0C;
}
</style>
border-color css
<style>
span { border-color: #543B0C; }
span { border-color: rgb(84,59,12); }
td.TdClassName
{
border-color: #543B0C;
}
.TagClassName
{
border-color: #543B0C;
}
</style>