Shades of Baker's Chocolate #542D13
Tints of Baker's Chocolate #542D13
RGB
CMYK
RGB Variations
Color information
#542D13 (or 0x542D13) is known color: Baker's Chocolate. HEX triplet: 54, 2D and 13. RGB value is (84,45,19). Sum of RGB (Red+Green+Blue) = 84+45+19=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #542D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D13 is #ABD2EC. Grayscale: #353535. Windows color (decimal): -11260653 or 1256788. OLE color: 1256788.
HSL color Cylindrical-coordinate representation of color #542D13: hue angle of 24º 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 #542D13 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 19 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.67 |
| HSL | 24º | 0.63% | 0.2% | - |
| HSV(B) | 24º | 0.77% | 0.33% | - |
| XYZ | 4.71 | 3.81 | 1.1 | - |
| YUV | 53.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 19 | 0 | 0.46 | 0.77 | 0.67 | 24 | 0.63 | 0.2 |
| Hex | 54 | 2D | 13 | 0 | 2E | 4D | 43 | 18 | 3F | 14 |
| Octal | 124 | 55 | 23 | 0 | 56 | 115 | 103 | 30 | 77 | 24 |
| Binary | 1010100 | 101101 | 10011 | 0 | 101110 | 1001101 | 1000011 | 11000 | 111111 | 10100 |
Color Harmonies of #542D13
Complementary color
Monochromatic Colors of #542D13
Black with #542D13
Text Example
Text Example
White with #542D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D13; }
p { color: rgb(84,45,19); }
H1.HeaderClassName
{
color: #542D13;
}
.AnyTagClassName
{
color: #542D13;
}
</style>
background-color css
<style>
a { background-color: #542D13; }
a { background-color: rgb(84,45,19); }
div.DivClassName
{
background-color: #542D13;
}
.BgClassName
{
background-color: #542D13;
}
</style>
border-color css
<style>
span { border-color: #542D13; }
span { border-color: rgb(84,45,19); }
td.TdClassName
{
border-color: #542D13;
}
.TagClassName
{
border-color: #542D13;
}
</style>