Shades of Baker's Chocolate #542C03
Tints of Baker's Chocolate #542C03
RGB
CMYK
RGB Variations
Color information
#542C03 (or 0x542C03) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 03. RGB value is (84,44,3). Sum of RGB (Red+Green+Blue) = 84+44+3=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #542C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C03 is #ABD3FC. Grayscale: #333333. Windows color (decimal): -11260925 or 207956. OLE color: 207956.
HSL color Cylindrical-coordinate representation of color #542C03: hue angle of 30.37º 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 #542C03 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 3 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.67 |
| HSL | 30.37º | 0.93% | 0.17% | - |
| HSV(B) | 30.37º | 0.96% | 0.33% | - |
| XYZ | 4.57 | 3.69 | 0.56 | - |
| YUV | 51.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 3 | 0 | 0.48 | 0.96 | 0.67 | 30.37 | 0.93 | 0.17 |
| Hex | 54 | 2C | 3 | 0 | 30 | 60 | 43 | 1E | 5D | 11 |
| Octal | 124 | 54 | 3 | 0 | 60 | 140 | 103 | 36 | 135 | 21 |
| Binary | 1010100 | 101100 | 11 | 0 | 110000 | 1100000 | 1000011 | 11110 | 1011101 | 10001 |
Color Harmonies of #542C03
Complementary color
Monochromatic Colors of #542C03
Black with #542C03
Text Example
Text Example
White with #542C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C03; }
p { color: rgb(84,44,3); }
H1.HeaderClassName
{
color: #542C03;
}
.AnyTagClassName
{
color: #542C03;
}
</style>
background-color css
<style>
a { background-color: #542C03; }
a { background-color: rgb(84,44,3); }
div.DivClassName
{
background-color: #542C03;
}
.BgClassName
{
background-color: #542C03;
}
</style>
border-color css
<style>
span { border-color: #542C03; }
span { border-color: rgb(84,44,3); }
td.TdClassName
{
border-color: #542C03;
}
.TagClassName
{
border-color: #542C03;
}
</style>