Shades of Baker's Chocolate #543307
Tints of Baker's Chocolate #543307
RGB
CMYK
RGB Variations
Color information
#543307 (or 0x543307) is known color: Baker's Chocolate. HEX triplet: 54, 33 and 07. RGB value is (84,51,7). Sum of RGB (Red+Green+Blue) = 84+51+7=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #543307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543307 is #ABCCF8. Grayscale: #383838. Windows color (decimal): -11259129 or 471892. OLE color: 471892.
HSL color Cylindrical-coordinate representation of color #543307: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #543307 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 7 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.67 |
| HSL | 34.29º | 0.85% | 0.18% | - |
| HSV(B) | 34.29º | 0.92% | 0.33% | - |
| XYZ | 4.88 | 4.27 | 0.77 | - |
| YUV | 55.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 7 | 0 | 0.39 | 0.92 | 0.67 | 34.29 | 0.85 | 0.18 |
| Hex | 54 | 33 | 7 | 0 | 27 | 5C | 43 | 22 | 55 | 12 |
| Octal | 124 | 63 | 7 | 0 | 47 | 134 | 103 | 42 | 125 | 22 |
| Binary | 1010100 | 110011 | 111 | 0 | 100111 | 1011100 | 1000011 | 100010 | 1010101 | 10010 |
Color Harmonies of #543307
Complementary color
Monochromatic Colors of #543307
Black with #543307
Text Example
Text Example
White with #543307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543307; }
p { color: rgb(84,51,7); }
H1.HeaderClassName
{
color: #543307;
}
.AnyTagClassName
{
color: #543307;
}
</style>
background-color css
<style>
a { background-color: #543307; }
a { background-color: rgb(84,51,7); }
div.DivClassName
{
background-color: #543307;
}
.BgClassName
{
background-color: #543307;
}
</style>
border-color css
<style>
span { border-color: #543307; }
span { border-color: rgb(84,51,7); }
td.TdClassName
{
border-color: #543307;
}
.TagClassName
{
border-color: #543307;
}
</style>