Shades of Baker's Chocolate #542A11
Tints of Baker's Chocolate #542A11
RGB
CMYK
RGB Variations
Color information
#542A11 (or 0x542A11) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 11. RGB value is (84,42,17). Sum of RGB (Red+Green+Blue) = 84+42+17=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #542A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A11 is #ABD5EE. Grayscale: #333333. Windows color (decimal): -11261423 or 1124948. OLE color: 1124948.
HSL color Cylindrical-coordinate representation of color #542A11: hue angle of 22.39º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542A11 is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 17 | - |
| CMYK | 0 | 0.5 | 0.80 | 0.67 |
| HSL | 22.39º | 0.66% | 0.2% | - |
| HSV(B) | 22.39º | 0.8% | 0.33% | - |
| XYZ | 4.59 | 3.58 | 0.98 | - |
| YUV | 51.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 17 | 0 | 0.5 | 0.80 | 0.67 | 22.39 | 0.66 | 0.2 |
| Hex | 54 | 2A | 11 | 0 | 32 | 50 | 43 | 16 | 42 | 14 |
| Octal | 124 | 52 | 21 | 0 | 62 | 120 | 103 | 26 | 102 | 24 |
| Binary | 1010100 | 101010 | 10001 | 0 | 110010 | 1010000 | 1000011 | 10110 | 1000010 | 10100 |
Color Harmonies of #542A11
Complementary color
Monochromatic Colors of #542A11
Black with #542A11
Text Example
Text Example
White with #542A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A11; }
p { color: rgb(84,42,17); }
H1.HeaderClassName
{
color: #542A11;
}
.AnyTagClassName
{
color: #542A11;
}
</style>
background-color css
<style>
a { background-color: #542A11; }
a { background-color: rgb(84,42,17); }
div.DivClassName
{
background-color: #542A11;
}
.BgClassName
{
background-color: #542A11;
}
</style>
border-color css
<style>
span { border-color: #542A11; }
span { border-color: rgb(84,42,17); }
td.TdClassName
{
border-color: #542A11;
}
.TagClassName
{
border-color: #542A11;
}
</style>