Shades of Baker's Chocolate #542D00
Tints of Baker's Chocolate #542D00
RGB
CMYK
RGB Variations
Color information
#542D00 (or 0x542D00) is known color: Baker's Chocolate. HEX triplet: 54, 2D and 00. RGB value is (84,45,0). Sum of RGB (Red+Green+Blue) = 84+45+0=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #542D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D00 is #ABD2FF. Grayscale: #333333. Windows color (decimal): -11260672 or 11604. OLE color: 11604.
HSL color Cylindrical-coordinate representation of color #542D00: hue angle of 32.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #542D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.67 |
| HSL | 32.14º | 1% | 0.16% | - |
| HSV(B) | 32.14º | 1% | 0.33% | - |
| XYZ | 4.59 | 3.76 | 0.48 | - |
| YUV | 51.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 0 | 0 | 0.46 | 1 | 0.67 | 32.14 | 1 | 0.16 |
| Hex | 54 | 2D | 0 | 0 | 2E | 64 | 43 | 20 | 64 | 10 |
| Octal | 124 | 55 | 0 | 0 | 56 | 144 | 103 | 40 | 144 | 20 |
| Binary | 1010100 | 101101 | 0 | 0 | 101110 | 1100100 | 1000011 | 100000 | 1100100 | 10000 |
Color Harmonies of #542D00
Complementary color
Monochromatic Colors of #542D00
Black with #542D00
Text Example
Text Example
White with #542D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D00; }
p { color: rgb(84,45,0); }
H1.HeaderClassName
{
color: #542D00;
}
.AnyTagClassName
{
color: #542D00;
}
</style>
background-color css
<style>
a { background-color: #542D00; }
a { background-color: rgb(84,45,0); }
div.DivClassName
{
background-color: #542D00;
}
.BgClassName
{
background-color: #542D00;
}
</style>
border-color css
<style>
span { border-color: #542D00; }
span { border-color: rgb(84,45,0); }
td.TdClassName
{
border-color: #542D00;
}
.TagClassName
{
border-color: #542D00;
}
</style>