Shades of Baker's Chocolate #542503
Tints of Baker's Chocolate #542503
RGB
CMYK
RGB Variations
Color information
#542503 (or 0x542503) is known color: Baker's Chocolate. HEX triplet: 54, 25 and 03. RGB value is (84,37,3). Sum of RGB (Red+Green+Blue) = 84+37+3=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #542503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542503 is #ABDAFC. Grayscale: #2F2F2F. Windows color (decimal): -11262717 or 206164. OLE color: 206164.
HSL color Cylindrical-coordinate representation of color #542503: hue angle of 25.19º 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 #542503 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.67 |
| HSL | 25.19º | 0.93% | 0.17% | - |
| HSV(B) | 25.19º | 0.96% | 0.33% | - |
| XYZ | 4.33 | 3.21 | 0.48 | - |
| YUV | 47.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 3 | 0 | 0.56 | 0.96 | 0.67 | 25.19 | 0.93 | 0.17 |
| Hex | 54 | 25 | 3 | 0 | 38 | 60 | 43 | 19 | 5D | 11 |
| Octal | 124 | 45 | 3 | 0 | 70 | 140 | 103 | 31 | 135 | 21 |
| Binary | 1010100 | 100101 | 11 | 0 | 111000 | 1100000 | 1000011 | 11001 | 1011101 | 10001 |
Color Harmonies of #542503
Complementary color
Monochromatic Colors of #542503
Black with #542503
Text Example
Text Example
White with #542503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542503; }
p { color: rgb(84,37,3); }
H1.HeaderClassName
{
color: #542503;
}
.AnyTagClassName
{
color: #542503;
}
</style>
background-color css
<style>
a { background-color: #542503; }
a { background-color: rgb(84,37,3); }
div.DivClassName
{
background-color: #542503;
}
.BgClassName
{
background-color: #542503;
}
</style>
border-color css
<style>
span { border-color: #542503; }
span { border-color: rgb(84,37,3); }
td.TdClassName
{
border-color: #542503;
}
.TagClassName
{
border-color: #542503;
}
</style>