Shades of Baker's Chocolate #543A08
Tints of Baker's Chocolate #543A08
RGB
CMYK
RGB Variations
Color information
#543A08 (or 0x543A08) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 08. RGB value is (84,58,8). Sum of RGB (Red+Green+Blue) = 84+58+8=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #543A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A08 is #ABC5F7. Grayscale: #3C3C3C. Windows color (decimal): -11257336 or 539220. OLE color: 539220.
HSL color Cylindrical-coordinate representation of color #543A08: hue angle of 39.47º 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 #543A08 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 8 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.67 |
| HSL | 39.47º | 0.83% | 0.18% | - |
| HSV(B) | 39.47º | 0.9% | 0.33% | - |
| XYZ | 5.21 | 4.93 | 0.91 | - |
| YUV | 60.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 8 | 0 | 0.31 | 0.90 | 0.67 | 39.47 | 0.83 | 0.18 |
| Hex | 54 | 3A | 8 | 0 | 1F | 5A | 43 | 27 | 53 | 12 |
| Octal | 124 | 72 | 10 | 0 | 37 | 132 | 103 | 47 | 123 | 22 |
| Binary | 1010100 | 111010 | 1000 | 0 | 11111 | 1011010 | 1000011 | 100111 | 1010011 | 10010 |
Color Harmonies of #543A08
Complementary color
Monochromatic Colors of #543A08
Black with #543A08
Text Example
Text Example
White with #543A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A08; }
p { color: rgb(84,58,8); }
H1.HeaderClassName
{
color: #543A08;
}
.AnyTagClassName
{
color: #543A08;
}
</style>
background-color css
<style>
a { background-color: #543A08; }
a { background-color: rgb(84,58,8); }
div.DivClassName
{
background-color: #543A08;
}
.BgClassName
{
background-color: #543A08;
}
</style>
border-color css
<style>
span { border-color: #543A08; }
span { border-color: rgb(84,58,8); }
td.TdClassName
{
border-color: #543A08;
}
.TagClassName
{
border-color: #543A08;
}
</style>