Shades of Baker's Chocolate #543708
Tints of Baker's Chocolate #543708
RGB
CMYK
RGB Variations
Color information
#543708 (or 0x543708) is known color: Baker's Chocolate. HEX triplet: 54, 37 and 08. RGB value is (84,55,8). Sum of RGB (Red+Green+Blue) = 84+55+8=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #543708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543708 is #ABC8F7. Grayscale: #3A3A3A. Windows color (decimal): -11258104 or 538452. OLE color: 538452.
HSL color Cylindrical-coordinate representation of color #543708: hue angle of 37.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #543708 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 8 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.67 |
| HSL | 37.11º | 0.83% | 0.18% | - |
| HSV(B) | 37.11º | 0.9% | 0.33% | - |
| XYZ | 5.07 | 4.63 | 0.86 | - |
| YUV | 58.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 8 | 0 | 0.35 | 0.90 | 0.67 | 37.11 | 0.83 | 0.18 |
| Hex | 54 | 37 | 8 | 0 | 23 | 5A | 43 | 25 | 53 | 12 |
| Octal | 124 | 67 | 10 | 0 | 43 | 132 | 103 | 45 | 123 | 22 |
| Binary | 1010100 | 110111 | 1000 | 0 | 100011 | 1011010 | 1000011 | 100101 | 1010011 | 10010 |
Color Harmonies of #543708
Complementary color
Monochromatic Colors of #543708
Black with #543708
Text Example
Text Example
White with #543708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543708; }
p { color: rgb(84,55,8); }
H1.HeaderClassName
{
color: #543708;
}
.AnyTagClassName
{
color: #543708;
}
</style>
background-color css
<style>
a { background-color: #543708; }
a { background-color: rgb(84,55,8); }
div.DivClassName
{
background-color: #543708;
}
.BgClassName
{
background-color: #543708;
}
</style>
border-color css
<style>
span { border-color: #543708; }
span { border-color: rgb(84,55,8); }
td.TdClassName
{
border-color: #543708;
}
.TagClassName
{
border-color: #543708;
}
</style>