Shades of Baker's Chocolate #542D02
Tints of Baker's Chocolate #542D02
RGB
CMYK
RGB Variations
Color information
#542D02 (or 0x542D02) is known color: Baker's Chocolate. HEX triplet: 54, 2D and 02. RGB value is (84,45,2). Sum of RGB (Red+Green+Blue) = 84+45+2=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #542D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D02 is #ABD2FD. Grayscale: #333333. Windows color (decimal): -11260670 or 142676. OLE color: 142676.
HSL color Cylindrical-coordinate representation of color #542D02: hue angle of 31.46º 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 #542D02 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 2 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.67 |
| HSL | 31.46º | 0.95% | 0.17% | - |
| HSV(B) | 31.46º | 0.98% | 0.33% | - |
| XYZ | 4.61 | 3.77 | 0.54 | - |
| YUV | 51.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 2 | 0 | 0.46 | 0.98 | 0.67 | 31.46 | 0.95 | 0.17 |
| Hex | 54 | 2D | 2 | 0 | 2E | 62 | 43 | 1F | 5F | 11 |
| Octal | 124 | 55 | 2 | 0 | 56 | 142 | 103 | 37 | 137 | 21 |
| Binary | 1010100 | 101101 | 10 | 0 | 101110 | 1100010 | 1000011 | 11111 | 1011111 | 10001 |
Color Harmonies of #542D02
Complementary color
Monochromatic Colors of #542D02
Black with #542D02
Text Example
Text Example
White with #542D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D02; }
p { color: rgb(84,45,2); }
H1.HeaderClassName
{
color: #542D02;
}
.AnyTagClassName
{
color: #542D02;
}
</style>
background-color css
<style>
a { background-color: #542D02; }
a { background-color: rgb(84,45,2); }
div.DivClassName
{
background-color: #542D02;
}
.BgClassName
{
background-color: #542D02;
}
</style>
border-color css
<style>
span { border-color: #542D02; }
span { border-color: rgb(84,45,2); }
td.TdClassName
{
border-color: #542D02;
}
.TagClassName
{
border-color: #542D02;
}
</style>