Shades of Baker's Chocolate #542C0E
Tints of Baker's Chocolate #542C0E
RGB
CMYK
RGB Variations
Color information
#542C0E (or 0x542C0E) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 0E. RGB value is (84,44,14). Sum of RGB (Red+Green+Blue) = 84+44+14=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C0E is #ABD3F1. Grayscale: #343434. Windows color (decimal): -11260914 or 928852. OLE color: 928852.
HSL color Cylindrical-coordinate representation of color #542C0E: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542C0E is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 14 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.67 |
| HSL | 25.71º | 0.71% | 0.19% | - |
| HSV(B) | 25.71º | 0.83% | 0.33% | - |
| XYZ | 4.64 | 3.72 | 0.89 | - |
| YUV | 52.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 14 | 0 | 0.48 | 0.83 | 0.67 | 25.71 | 0.71 | 0.19 |
| Hex | 54 | 2C | E | 0 | 30 | 53 | 43 | 1A | 47 | 13 |
| Octal | 124 | 54 | 16 | 0 | 60 | 123 | 103 | 32 | 107 | 23 |
| Binary | 1010100 | 101100 | 1110 | 0 | 110000 | 1010011 | 1000011 | 11010 | 1000111 | 10011 |
Color Harmonies of #542C0E
Complementary color
Monochromatic Colors of #542C0E
Black with #542C0E
Text Example
Text Example
White with #542C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C0E; }
p { color: rgb(84,44,14); }
H1.HeaderClassName
{
color: #542C0E;
}
.AnyTagClassName
{
color: #542C0E;
}
</style>
background-color css
<style>
a { background-color: #542C0E; }
a { background-color: rgb(84,44,14); }
div.DivClassName
{
background-color: #542C0E;
}
.BgClassName
{
background-color: #542C0E;
}
</style>
border-color css
<style>
span { border-color: #542C0E; }
span { border-color: rgb(84,44,14); }
td.TdClassName
{
border-color: #542C0E;
}
.TagClassName
{
border-color: #542C0E;
}
</style>