Shades of Baker's Chocolate #542C09
Tints of Baker's Chocolate #542C09
RGB
CMYK
RGB Variations
Color information
#542C09 (or 0x542C09) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 09. RGB value is (84,44,9). Sum of RGB (Red+Green+Blue) = 84+44+9=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C09 is #ABD3F6. Grayscale: #343434. Windows color (decimal): -11260919 or 601172. OLE color: 601172.
HSL color Cylindrical-coordinate representation of color #542C09: hue angle of 28º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #542C09 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 9 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.67 |
| HSL | 28º | 0.81% | 0.18% | - |
| HSV(B) | 28º | 0.89% | 0.33% | - |
| XYZ | 4.61 | 3.71 | 0.73 | - |
| YUV | 51.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 9 | 0 | 0.48 | 0.89 | 0.67 | 28 | 0.81 | 0.18 |
| Hex | 54 | 2C | 9 | 0 | 30 | 59 | 43 | 1C | 51 | 12 |
| Octal | 124 | 54 | 11 | 0 | 60 | 131 | 103 | 34 | 121 | 22 |
| Binary | 1010100 | 101100 | 1001 | 0 | 110000 | 1011001 | 1000011 | 11100 | 1010001 | 10010 |
Color Harmonies of #542C09
Complementary color
Monochromatic Colors of #542C09
Black with #542C09
Text Example
Text Example
White with #542C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C09; }
p { color: rgb(84,44,9); }
H1.HeaderClassName
{
color: #542C09;
}
.AnyTagClassName
{
color: #542C09;
}
</style>
background-color css
<style>
a { background-color: #542C09; }
a { background-color: rgb(84,44,9); }
div.DivClassName
{
background-color: #542C09;
}
.BgClassName
{
background-color: #542C09;
}
</style>
border-color css
<style>
span { border-color: #542C09; }
span { border-color: rgb(84,44,9); }
td.TdClassName
{
border-color: #542C09;
}
.TagClassName
{
border-color: #542C09;
}
</style>