Shades of Baker's Chocolate #542B0C
Tints of Baker's Chocolate #542B0C
RGB
CMYK
RGB Variations
Color information
#542B0C (or 0x542B0C) is known color: Baker's Chocolate. HEX triplet: 54, 2B and 0C. RGB value is (84,43,12). Sum of RGB (Red+Green+Blue) = 84+43+12=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B0C is #ABD4F3. Grayscale: #333333. Windows color (decimal): -11261172 or 797524. OLE color: 797524.
HSL color Cylindrical-coordinate representation of color #542B0C: hue angle of 25.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #542B0C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 12 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.67 |
| HSL | 25.83º | 0.75% | 0.19% | - |
| HSV(B) | 25.83º | 0.86% | 0.33% | - |
| XYZ | 4.59 | 3.64 | 0.81 | - |
| YUV | 51.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 12 | 0 | 0.49 | 0.86 | 0.67 | 25.83 | 0.75 | 0.19 |
| Hex | 54 | 2B | C | 0 | 31 | 56 | 43 | 1A | 4B | 13 |
| Octal | 124 | 53 | 14 | 0 | 61 | 126 | 103 | 32 | 113 | 23 |
| Binary | 1010100 | 101011 | 1100 | 0 | 110001 | 1010110 | 1000011 | 11010 | 1001011 | 10011 |
Color Harmonies of #542B0C
Complementary color
Monochromatic Colors of #542B0C
Black with #542B0C
Text Example
Text Example
White with #542B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B0C; }
p { color: rgb(84,43,12); }
H1.HeaderClassName
{
color: #542B0C;
}
.AnyTagClassName
{
color: #542B0C;
}
</style>
background-color css
<style>
a { background-color: #542B0C; }
a { background-color: rgb(84,43,12); }
div.DivClassName
{
background-color: #542B0C;
}
.BgClassName
{
background-color: #542B0C;
}
</style>
border-color css
<style>
span { border-color: #542B0C; }
span { border-color: rgb(84,43,12); }
td.TdClassName
{
border-color: #542B0C;
}
.TagClassName
{
border-color: #542B0C;
}
</style>