Shades of Baker's Chocolate #542A13
Tints of Baker's Chocolate #542A13
RGB
CMYK
RGB Variations
Color information
#542A13 (or 0x542A13) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 13. RGB value is (84,42,19). Sum of RGB (Red+Green+Blue) = 84+42+19=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #542A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A13 is #ABD5EC. Grayscale: #343434. Windows color (decimal): -11261421 or 1256020. OLE color: 1256020.
HSL color Cylindrical-coordinate representation of color #542A13: hue angle of 21.23º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542A13 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 19 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.67 |
| HSL | 21.23º | 0.63% | 0.2% | - |
| HSV(B) | 21.23º | 0.77% | 0.33% | - |
| XYZ | 4.6 | 3.59 | 1.07 | - |
| YUV | 51.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 19 | 0 | 0.5 | 0.77 | 0.67 | 21.23 | 0.63 | 0.2 |
| Hex | 54 | 2A | 13 | 0 | 32 | 4D | 43 | 15 | 3F | 14 |
| Octal | 124 | 52 | 23 | 0 | 62 | 115 | 103 | 25 | 77 | 24 |
| Binary | 1010100 | 101010 | 10011 | 0 | 110010 | 1001101 | 1000011 | 10101 | 111111 | 10100 |
Color Harmonies of #542A13
Complementary color
Monochromatic Colors of #542A13
Black with #542A13
Text Example
Text Example
White with #542A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A13; }
p { color: rgb(84,42,19); }
H1.HeaderClassName
{
color: #542A13;
}
.AnyTagClassName
{
color: #542A13;
}
</style>
background-color css
<style>
a { background-color: #542A13; }
a { background-color: rgb(84,42,19); }
div.DivClassName
{
background-color: #542A13;
}
.BgClassName
{
background-color: #542A13;
}
</style>
border-color css
<style>
span { border-color: #542A13; }
span { border-color: rgb(84,42,19); }
td.TdClassName
{
border-color: #542A13;
}
.TagClassName
{
border-color: #542A13;
}
</style>