Shades of Baker's Chocolate #542E0D
Tints of Baker's Chocolate #542E0D
RGB
CMYK
RGB Variations
Color information
#542E0D (or 0x542E0D) is known color: Baker's Chocolate. HEX triplet: 54, 2E and 0D. RGB value is (84,46,13). Sum of RGB (Red+Green+Blue) = 84+46+13=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #542E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542E0D is #ABD1F2. Grayscale: #353535. Windows color (decimal): -11260403 or 863828. OLE color: 863828.
HSL color Cylindrical-coordinate representation of color #542E0D: hue angle of 27.89º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #542E0D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 13 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.67 |
| HSL | 27.89º | 0.73% | 0.19% | - |
| HSV(B) | 27.89º | 0.85% | 0.33% | - |
| XYZ | 4.71 | 3.87 | 0.88 | - |
| YUV | 53.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 13 | 0 | 0.45 | 0.85 | 0.67 | 27.89 | 0.73 | 0.19 |
| Hex | 54 | 2E | D | 0 | 2D | 55 | 43 | 1C | 49 | 13 |
| Octal | 124 | 56 | 15 | 0 | 55 | 125 | 103 | 34 | 111 | 23 |
| Binary | 1010100 | 101110 | 1101 | 0 | 101101 | 1010101 | 1000011 | 11100 | 1001001 | 10011 |
Color Harmonies of #542E0D
Complementary color
Monochromatic Colors of #542E0D
Black with #542E0D
Text Example
Text Example
White with #542E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E0D; }
p { color: rgb(84,46,13); }
H1.HeaderClassName
{
color: #542E0D;
}
.AnyTagClassName
{
color: #542E0D;
}
</style>
background-color css
<style>
a { background-color: #542E0D; }
a { background-color: rgb(84,46,13); }
div.DivClassName
{
background-color: #542E0D;
}
.BgClassName
{
background-color: #542E0D;
}
</style>
border-color css
<style>
span { border-color: #542E0D; }
span { border-color: rgb(84,46,13); }
td.TdClassName
{
border-color: #542E0D;
}
.TagClassName
{
border-color: #542E0D;
}
</style>