Shades of Baker's Chocolate #542803
Tints of Baker's Chocolate #542803
RGB
CMYK
RGB Variations
Color information
#542803 (or 0x542803) is known color: Baker's Chocolate. HEX triplet: 54, 28 and 03. RGB value is (84,40,3). Sum of RGB (Red+Green+Blue) = 84+40+3=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #542803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542803 is #ABD7FC. Grayscale: #313131. Windows color (decimal): -11261949 or 206932. OLE color: 206932.
HSL color Cylindrical-coordinate representation of color #542803: hue angle of 27.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #542803 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 3 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.67 |
| HSL | 27.41º | 0.93% | 0.17% | - |
| HSV(B) | 27.41º | 0.96% | 0.33% | - |
| XYZ | 4.43 | 3.41 | 0.51 | - |
| YUV | 48.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 3 | 0 | 0.52 | 0.96 | 0.67 | 27.41 | 0.93 | 0.17 |
| Hex | 54 | 28 | 3 | 0 | 34 | 60 | 43 | 1B | 5D | 11 |
| Octal | 124 | 50 | 3 | 0 | 64 | 140 | 103 | 33 | 135 | 21 |
| Binary | 1010100 | 101000 | 11 | 0 | 110100 | 1100000 | 1000011 | 11011 | 1011101 | 10001 |
Color Harmonies of #542803
Complementary color
Monochromatic Colors of #542803
Black with #542803
Text Example
Text Example
White with #542803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542803; }
p { color: rgb(84,40,3); }
H1.HeaderClassName
{
color: #542803;
}
.AnyTagClassName
{
color: #542803;
}
</style>
background-color css
<style>
a { background-color: #542803; }
a { background-color: rgb(84,40,3); }
div.DivClassName
{
background-color: #542803;
}
.BgClassName
{
background-color: #542803;
}
</style>
border-color css
<style>
span { border-color: #542803; }
span { border-color: rgb(84,40,3); }
td.TdClassName
{
border-color: #542803;
}
.TagClassName
{
border-color: #542803;
}
</style>