Shades of Baker's Chocolate #542A14
Tints of Baker's Chocolate #542A14
RGB
CMYK
RGB Variations
Color information
#542A14 (or 0x542A14) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 14. RGB value is (84,42,20). Sum of RGB (Red+Green+Blue) = 84+42+20=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #542A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A14 is #ABD5EB. Grayscale: #343434. Windows color (decimal): -11261420 or 1321556. OLE color: 1321556.
HSL color Cylindrical-coordinate representation of color #542A14: hue angle of 20.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542A14 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 20 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.67 |
| HSL | 20.63º | 0.62% | 0.2% | - |
| HSV(B) | 20.63º | 0.76% | 0.33% | - |
| XYZ | 4.61 | 3.59 | 1.11 | - |
| YUV | 52.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 20 | 0 | 0.5 | 0.76 | 0.67 | 20.63 | 0.62 | 0.2 |
| Hex | 54 | 2A | 14 | 0 | 32 | 4C | 43 | 15 | 3E | 14 |
| Octal | 124 | 52 | 24 | 0 | 62 | 114 | 103 | 25 | 76 | 24 |
| Binary | 1010100 | 101010 | 10100 | 0 | 110010 | 1001100 | 1000011 | 10101 | 111110 | 10100 |
Color Harmonies of #542A14
Complementary color
Monochromatic Colors of #542A14
Black with #542A14
Text Example
Text Example
White with #542A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A14; }
p { color: rgb(84,42,20); }
H1.HeaderClassName
{
color: #542A14;
}
.AnyTagClassName
{
color: #542A14;
}
</style>
background-color css
<style>
a { background-color: #542A14; }
a { background-color: rgb(84,42,20); }
div.DivClassName
{
background-color: #542A14;
}
.BgClassName
{
background-color: #542A14;
}
</style>
border-color css
<style>
span { border-color: #542A14; }
span { border-color: rgb(84,42,20); }
td.TdClassName
{
border-color: #542A14;
}
.TagClassName
{
border-color: #542A14;
}
</style>