Shades of Baker's Chocolate #542600
Tints of Baker's Chocolate #542600
RGB
CMYK
RGB Variations
Color information
#542600 (or 0x542600) is known color: Baker's Chocolate. HEX triplet: 54, 26 and 00. RGB value is (84,38,0). Sum of RGB (Red+Green+Blue) = 84+38+0=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #542600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542600 is #ABD9FF. Grayscale: #2F2F2F. Windows color (decimal): -11262464 or 9812. OLE color: 9812.
HSL color Cylindrical-coordinate representation of color #542600: hue angle of 27.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 #542600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.67 |
| HSL | 27.14º | 1% | 0.16% | - |
| HSV(B) | 27.14º | 1% | 0.33% | - |
| XYZ | 4.35 | 3.27 | 0.4 | - |
| YUV | 47.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 0 | 0 | 0.55 | 1 | 0.67 | 27.14 | 1 | 0.16 |
| Hex | 54 | 26 | 0 | 0 | 37 | 64 | 43 | 1B | 64 | 10 |
| Octal | 124 | 46 | 0 | 0 | 67 | 144 | 103 | 33 | 144 | 20 |
| Binary | 1010100 | 100110 | 0 | 0 | 110111 | 1100100 | 1000011 | 11011 | 1100100 | 10000 |
Color Harmonies of #542600
Complementary color
Monochromatic Colors of #542600
Black with #542600
Text Example
Text Example
White with #542600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542600; }
p { color: rgb(84,38,0); }
H1.HeaderClassName
{
color: #542600;
}
.AnyTagClassName
{
color: #542600;
}
</style>
background-color css
<style>
a { background-color: #542600; }
a { background-color: rgb(84,38,0); }
div.DivClassName
{
background-color: #542600;
}
.BgClassName
{
background-color: #542600;
}
</style>
border-color css
<style>
span { border-color: #542600; }
span { border-color: rgb(84,38,0); }
td.TdClassName
{
border-color: #542600;
}
.TagClassName
{
border-color: #542600;
}
</style>