Shades of Baker's Chocolate #543A03
Tints of Baker's Chocolate #543A03
RGB
CMYK
RGB Variations
Color information
#543A03 (or 0x543A03) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 03. RGB value is (84,58,3). Sum of RGB (Red+Green+Blue) = 84+58+3=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #543A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A03 is #ABC5FC. Grayscale: #3B3B3B. Windows color (decimal): -11257341 or 211540. OLE color: 211540.
HSL color Cylindrical-coordinate representation of color #543A03: hue angle of 40.74º 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 #543A03 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 3 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.67 |
| HSL | 40.74º | 0.93% | 0.17% | - |
| HSV(B) | 40.74º | 0.96% | 0.33% | - |
| XYZ | 5.19 | 4.92 | 0.76 | - |
| YUV | 59.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 3 | 0 | 0.31 | 0.96 | 0.67 | 40.74 | 0.93 | 0.17 |
| Hex | 54 | 3A | 3 | 0 | 1F | 60 | 43 | 29 | 5D | 11 |
| Octal | 124 | 72 | 3 | 0 | 37 | 140 | 103 | 51 | 135 | 21 |
| Binary | 1010100 | 111010 | 11 | 0 | 11111 | 1100000 | 1000011 | 101001 | 1011101 | 10001 |
Color Harmonies of #543A03
Complementary color
Monochromatic Colors of #543A03
Black with #543A03
Text Example
Text Example
White with #543A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A03; }
p { color: rgb(84,58,3); }
H1.HeaderClassName
{
color: #543A03;
}
.AnyTagClassName
{
color: #543A03;
}
</style>
background-color css
<style>
a { background-color: #543A03; }
a { background-color: rgb(84,58,3); }
div.DivClassName
{
background-color: #543A03;
}
.BgClassName
{
background-color: #543A03;
}
</style>
border-color css
<style>
span { border-color: #543A03; }
span { border-color: rgb(84,58,3); }
td.TdClassName
{
border-color: #543A03;
}
.TagClassName
{
border-color: #543A03;
}
</style>