Shades of Baker's Chocolate #542605
Tints of Baker's Chocolate #542605
RGB
CMYK
RGB Variations
Color information
#542605 (or 0x542605) is known color: Baker's Chocolate. HEX triplet: 54, 26 and 05. RGB value is (84,38,5). Sum of RGB (Red+Green+Blue) = 84+38+5=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #542605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542605 is #ABD9FA. Grayscale: #303030. Windows color (decimal): -11262459 or 337492. OLE color: 337492.
HSL color Cylindrical-coordinate representation of color #542605: hue angle of 25.06º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #542605 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 5 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.67 |
| HSL | 25.06º | 0.89% | 0.17% | - |
| HSV(B) | 25.06º | 0.94% | 0.33% | - |
| XYZ | 4.38 | 3.28 | 0.55 | - |
| YUV | 47.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 5 | 0 | 0.55 | 0.94 | 0.67 | 25.06 | 0.89 | 0.17 |
| Hex | 54 | 26 | 5 | 0 | 37 | 5E | 43 | 19 | 59 | 11 |
| Octal | 124 | 46 | 5 | 0 | 67 | 136 | 103 | 31 | 131 | 21 |
| Binary | 1010100 | 100110 | 101 | 0 | 110111 | 1011110 | 1000011 | 11001 | 1011001 | 10001 |
Color Harmonies of #542605
Complementary color
Monochromatic Colors of #542605
Black with #542605
Text Example
Text Example
White with #542605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542605; }
p { color: rgb(84,38,5); }
H1.HeaderClassName
{
color: #542605;
}
.AnyTagClassName
{
color: #542605;
}
</style>
background-color css
<style>
a { background-color: #542605; }
a { background-color: rgb(84,38,5); }
div.DivClassName
{
background-color: #542605;
}
.BgClassName
{
background-color: #542605;
}
</style>
border-color css
<style>
span { border-color: #542605; }
span { border-color: rgb(84,38,5); }
td.TdClassName
{
border-color: #542605;
}
.TagClassName
{
border-color: #542605;
}
</style>