Shades of Baker's Chocolate #543802
Tints of Baker's Chocolate #543802
RGB
CMYK
RGB Variations
Color information
#543802 (or 0x543802) is known color: Baker's Chocolate. HEX triplet: 54, 38 and 02. RGB value is (84,56,2). Sum of RGB (Red+Green+Blue) = 84+56+2=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #543802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543802 is #ABC7FD. Grayscale: #3A3A3A. Windows color (decimal): -11257854 or 145492. OLE color: 145492.
HSL color Cylindrical-coordinate representation of color #543802: hue angle of 39.51º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #543802 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.67 |
| HSL | 39.51º | 0.95% | 0.17% | - |
| HSV(B) | 39.51º | 0.98% | 0.33% | - |
| XYZ | 5.08 | 4.72 | 0.7 | - |
| YUV | 58.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 2 | 0 | 0.33 | 0.98 | 0.67 | 39.51 | 0.95 | 0.17 |
| Hex | 54 | 38 | 2 | 0 | 21 | 62 | 43 | 28 | 5F | 11 |
| Octal | 124 | 70 | 2 | 0 | 41 | 142 | 103 | 50 | 137 | 21 |
| Binary | 1010100 | 111000 | 10 | 0 | 100001 | 1100010 | 1000011 | 101000 | 1011111 | 10001 |
Color Harmonies of #543802
Complementary color
Monochromatic Colors of #543802
Black with #543802
Text Example
Text Example
White with #543802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543802; }
p { color: rgb(84,56,2); }
H1.HeaderClassName
{
color: #543802;
}
.AnyTagClassName
{
color: #543802;
}
</style>
background-color css
<style>
a { background-color: #543802; }
a { background-color: rgb(84,56,2); }
div.DivClassName
{
background-color: #543802;
}
.BgClassName
{
background-color: #543802;
}
</style>
border-color css
<style>
span { border-color: #543802; }
span { border-color: rgb(84,56,2); }
td.TdClassName
{
border-color: #543802;
}
.TagClassName
{
border-color: #543802;
}
</style>