Shades of Baker's Chocolate #542C13
Tints of Baker's Chocolate #542C13
RGB
CMYK
RGB Variations
Color information
#542C13 (or 0x542C13) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 13. RGB value is (84,44,19). Sum of RGB (Red+Green+Blue) = 84+44+19=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #542C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C13 is #ABD3EC. Grayscale: #353535. Windows color (decimal): -11260909 or 1256532. OLE color: 1256532.
HSL color Cylindrical-coordinate representation of color #542C13: hue angle of 23.08º 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 #542C13 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 19 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.67 |
| HSL | 23.08º | 0.63% | 0.2% | - |
| HSV(B) | 23.08º | 0.77% | 0.33% | - |
| XYZ | 4.67 | 3.73 | 1.09 | - |
| YUV | 53.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 19 | 0 | 0.48 | 0.77 | 0.67 | 23.08 | 0.63 | 0.2 |
| Hex | 54 | 2C | 13 | 0 | 30 | 4D | 43 | 17 | 3F | 14 |
| Octal | 124 | 54 | 23 | 0 | 60 | 115 | 103 | 27 | 77 | 24 |
| Binary | 1010100 | 101100 | 10011 | 0 | 110000 | 1001101 | 1000011 | 10111 | 111111 | 10100 |
Color Harmonies of #542C13
Complementary color
Monochromatic Colors of #542C13
Black with #542C13
Text Example
Text Example
White with #542C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C13; }
p { color: rgb(84,44,19); }
H1.HeaderClassName
{
color: #542C13;
}
.AnyTagClassName
{
color: #542C13;
}
</style>
background-color css
<style>
a { background-color: #542C13; }
a { background-color: rgb(84,44,19); }
div.DivClassName
{
background-color: #542C13;
}
.BgClassName
{
background-color: #542C13;
}
</style>
border-color css
<style>
span { border-color: #542C13; }
span { border-color: rgb(84,44,19); }
td.TdClassName
{
border-color: #542C13;
}
.TagClassName
{
border-color: #542C13;
}
</style>