Shades of Baker's Chocolate #543209
Tints of Baker's Chocolate #543209
RGB
CMYK
RGB Variations
Color information
#543209 (or 0x543209) is known color: Baker's Chocolate. HEX triplet: 54, 32 and 09. RGB value is (84,50,9). Sum of RGB (Red+Green+Blue) = 84+50+9=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #543209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543209 is #ABCDF6. Grayscale: #373737. Windows color (decimal): -11259383 or 602708. OLE color: 602708.
HSL color Cylindrical-coordinate representation of color #543209: hue angle of 32.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #543209 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 50 | 9 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.67 |
| HSL | 32.8º | 0.81% | 0.18% | - |
| HSV(B) | 32.8º | 0.89% | 0.33% | - |
| XYZ | 4.85 | 4.19 | 0.81 | - |
| YUV | 55.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 9 | 0 | 0.40 | 0.89 | 0.67 | 32.8 | 0.81 | 0.18 |
| Hex | 54 | 32 | 9 | 0 | 28 | 59 | 43 | 21 | 51 | 12 |
| Octal | 124 | 62 | 11 | 0 | 50 | 131 | 103 | 41 | 121 | 22 |
| Binary | 1010100 | 110010 | 1001 | 0 | 101000 | 1011001 | 1000011 | 100001 | 1010001 | 10010 |
Color Harmonies of #543209
Complementary color
Monochromatic Colors of #543209
Black with #543209
Text Example
Text Example
White with #543209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543209; }
p { color: rgb(84,50,9); }
H1.HeaderClassName
{
color: #543209;
}
.AnyTagClassName
{
color: #543209;
}
</style>
background-color css
<style>
a { background-color: #543209; }
a { background-color: rgb(84,50,9); }
div.DivClassName
{
background-color: #543209;
}
.BgClassName
{
background-color: #543209;
}
</style>
border-color css
<style>
span { border-color: #543209; }
span { border-color: rgb(84,50,9); }
td.TdClassName
{
border-color: #543209;
}
.TagClassName
{
border-color: #543209;
}
</style>