Shades of Baker's Chocolate #542A12
Tints of Baker's Chocolate #542A12
RGB
CMYK
RGB Variations
Color information
#542A12 (or 0x542A12) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 12. RGB value is (84,42,18). Sum of RGB (Red+Green+Blue) = 84+42+18=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A12 is #ABD5ED. Grayscale: #333333. Windows color (decimal): -11261422 or 1190484. OLE color: 1190484.
HSL color Cylindrical-coordinate representation of color #542A12: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542A12 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 18 | - |
| CMYK | 0 | 0.5 | 0.79 | 0.67 |
| HSL | 21.82º | 0.65% | 0.2% | - |
| HSV(B) | 21.82º | 0.79% | 0.33% | - |
| XYZ | 4.59 | 3.58 | 1.02 | - |
| YUV | 51.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 18 | 0 | 0.5 | 0.79 | 0.67 | 21.82 | 0.65 | 0.2 |
| Hex | 54 | 2A | 12 | 0 | 32 | 4F | 43 | 16 | 41 | 14 |
| Octal | 124 | 52 | 22 | 0 | 62 | 117 | 103 | 26 | 101 | 24 |
| Binary | 1010100 | 101010 | 10010 | 0 | 110010 | 1001111 | 1000011 | 10110 | 1000001 | 10100 |
Color Harmonies of #542A12
Complementary color
Monochromatic Colors of #542A12
Black with #542A12
Text Example
Text Example
White with #542A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A12; }
p { color: rgb(84,42,18); }
H1.HeaderClassName
{
color: #542A12;
}
.AnyTagClassName
{
color: #542A12;
}
</style>
background-color css
<style>
a { background-color: #542A12; }
a { background-color: rgb(84,42,18); }
div.DivClassName
{
background-color: #542A12;
}
.BgClassName
{
background-color: #542A12;
}
</style>
border-color css
<style>
span { border-color: #542A12; }
span { border-color: rgb(84,42,18); }
td.TdClassName
{
border-color: #542A12;
}
.TagClassName
{
border-color: #542A12;
}
</style>