Shades of Baker's Chocolate #543C08
Tints of Baker's Chocolate #543C08
RGB
CMYK
RGB Variations
Color information
#543C08 (or 0x543C08) is known color: Baker's Chocolate. HEX triplet: 54, 3C and 08. RGB value is (84,60,8). Sum of RGB (Red+Green+Blue) = 84+60+8=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #543C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C08 is #ABC3F7. Grayscale: #3D3D3D. Windows color (decimal): -11256824 or 539732. OLE color: 539732.
HSL color Cylindrical-coordinate representation of color #543C08: hue angle of 41.05º 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 #543C08 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 8 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.67 |
| HSL | 41.05º | 0.83% | 0.18% | - |
| HSV(B) | 41.05º | 0.9% | 0.33% | - |
| XYZ | 5.32 | 5.13 | 0.94 | - |
| YUV | 61.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 8 | 0 | 0.29 | 0.90 | 0.67 | 41.05 | 0.83 | 0.18 |
| Hex | 54 | 3C | 8 | 0 | 1D | 5A | 43 | 29 | 53 | 12 |
| Octal | 124 | 74 | 10 | 0 | 35 | 132 | 103 | 51 | 123 | 22 |
| Binary | 1010100 | 111100 | 1000 | 0 | 11101 | 1011010 | 1000011 | 101001 | 1010011 | 10010 |
Color Harmonies of #543C08
Complementary color
Monochromatic Colors of #543C08
Black with #543C08
Text Example
Text Example
White with #543C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C08; }
p { color: rgb(84,60,8); }
H1.HeaderClassName
{
color: #543C08;
}
.AnyTagClassName
{
color: #543C08;
}
</style>
background-color css
<style>
a { background-color: #543C08; }
a { background-color: rgb(84,60,8); }
div.DivClassName
{
background-color: #543C08;
}
.BgClassName
{
background-color: #543C08;
}
</style>
border-color css
<style>
span { border-color: #543C08; }
span { border-color: rgb(84,60,8); }
td.TdClassName
{
border-color: #543C08;
}
.TagClassName
{
border-color: #543C08;
}
</style>