Shades of Baker's Chocolate #542B09
Tints of Baker's Chocolate #542B09
RGB
CMYK
RGB Variations
Color information
#542B09 (or 0x542B09) is known color: Baker's Chocolate. HEX triplet: 54, 2B and 09. RGB value is (84,43,9). Sum of RGB (Red+Green+Blue) = 84+43+9=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #542B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B09 is #ABD4F6. Grayscale: #333333. Windows color (decimal): -11261175 or 600916. OLE color: 600916.
HSL color Cylindrical-coordinate representation of color #542B09: hue angle of 27.2º 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 #542B09 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 9 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.67 |
| HSL | 27.2º | 0.81% | 0.18% | - |
| HSV(B) | 27.2º | 0.89% | 0.33% | - |
| XYZ | 4.57 | 3.63 | 0.72 | - |
| YUV | 51.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 9 | 0 | 0.49 | 0.89 | 0.67 | 27.2 | 0.81 | 0.18 |
| Hex | 54 | 2B | 9 | 0 | 31 | 59 | 43 | 1B | 51 | 12 |
| Octal | 124 | 53 | 11 | 0 | 61 | 131 | 103 | 33 | 121 | 22 |
| Binary | 1010100 | 101011 | 1001 | 0 | 110001 | 1011001 | 1000011 | 11011 | 1010001 | 10010 |
Color Harmonies of #542B09
Complementary color
Monochromatic Colors of #542B09
Black with #542B09
Text Example
Text Example
White with #542B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B09; }
p { color: rgb(84,43,9); }
H1.HeaderClassName
{
color: #542B09;
}
.AnyTagClassName
{
color: #542B09;
}
</style>
background-color css
<style>
a { background-color: #542B09; }
a { background-color: rgb(84,43,9); }
div.DivClassName
{
background-color: #542B09;
}
.BgClassName
{
background-color: #542B09;
}
</style>
border-color css
<style>
span { border-color: #542B09; }
span { border-color: rgb(84,43,9); }
td.TdClassName
{
border-color: #542B09;
}
.TagClassName
{
border-color: #542B09;
}
</style>