Shades of Baker's Chocolate #543504
Tints of Baker's Chocolate #543504
RGB
CMYK
RGB Variations
Color information
#543504 (or 0x543504) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 04. RGB value is (84,53,4). Sum of RGB (Red+Green+Blue) = 84+53+4=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #543504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543504 is #ABCAFB. Grayscale: #383838. Windows color (decimal): -11258620 or 275796. OLE color: 275796.
HSL color Cylindrical-coordinate representation of color #543504: hue angle of 36.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #543504 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 4 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.67 |
| HSL | 36.75º | 0.91% | 0.17% | - |
| HSV(B) | 36.75º | 0.95% | 0.33% | - |
| XYZ | 4.95 | 4.44 | 0.71 | - |
| YUV | 56.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 4 | 0 | 0.37 | 0.95 | 0.67 | 36.75 | 0.91 | 0.17 |
| Hex | 54 | 35 | 4 | 0 | 25 | 5F | 43 | 25 | 5B | 11 |
| Octal | 124 | 65 | 4 | 0 | 45 | 137 | 103 | 45 | 133 | 21 |
| Binary | 1010100 | 110101 | 100 | 0 | 100101 | 1011111 | 1000011 | 100101 | 1011011 | 10001 |
Color Harmonies of #543504
Complementary color
Monochromatic Colors of #543504
Black with #543504
Text Example
Text Example
White with #543504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543504; }
p { color: rgb(84,53,4); }
H1.HeaderClassName
{
color: #543504;
}
.AnyTagClassName
{
color: #543504;
}
</style>
background-color css
<style>
a { background-color: #543504; }
a { background-color: rgb(84,53,4); }
div.DivClassName
{
background-color: #543504;
}
.BgClassName
{
background-color: #543504;
}
</style>
border-color css
<style>
span { border-color: #543504; }
span { border-color: rgb(84,53,4); }
td.TdClassName
{
border-color: #543504;
}
.TagClassName
{
border-color: #543504;
}
</style>