Shades of Baker's Chocolate #543412
Tints of Baker's Chocolate #543412
RGB
CMYK
RGB Variations
Color information
#543412 (or 0x543412) is known color: Baker's Chocolate. HEX triplet: 54, 34 and 12. RGB value is (84,52,18). Sum of RGB (Red+Green+Blue) = 84+52+18=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #543412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543412 is #ABCBED. Grayscale: #393939. Windows color (decimal): -11258862 or 1193044. OLE color: 1193044.
HSL color Cylindrical-coordinate representation of color #543412: hue angle of 30.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #543412 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 52 | 18 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.67 |
| HSL | 30.91º | 0.65% | 0.2% | - |
| HSV(B) | 30.91º | 0.79% | 0.33% | - |
| XYZ | 4.99 | 4.38 | 1.16 | - |
| YUV | 57.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 18 | 0 | 0.38 | 0.79 | 0.67 | 30.91 | 0.65 | 0.2 |
| Hex | 54 | 34 | 12 | 0 | 26 | 4F | 43 | 1F | 41 | 14 |
| Octal | 124 | 64 | 22 | 0 | 46 | 117 | 103 | 37 | 101 | 24 |
| Binary | 1010100 | 110100 | 10010 | 0 | 100110 | 1001111 | 1000011 | 11111 | 1000001 | 10100 |
Color Harmonies of #543412
Complementary color
Monochromatic Colors of #543412
Black with #543412
Text Example
Text Example
White with #543412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543412; }
p { color: rgb(84,52,18); }
H1.HeaderClassName
{
color: #543412;
}
.AnyTagClassName
{
color: #543412;
}
</style>
background-color css
<style>
a { background-color: #543412; }
a { background-color: rgb(84,52,18); }
div.DivClassName
{
background-color: #543412;
}
.BgClassName
{
background-color: #543412;
}
</style>
border-color css
<style>
span { border-color: #543412; }
span { border-color: rgb(84,52,18); }
td.TdClassName
{
border-color: #543412;
}
.TagClassName
{
border-color: #543412;
}
</style>