Shades of Baker's Chocolate #542B08
Tints of Baker's Chocolate #542B08
RGB
CMYK
RGB Variations
Color information
#542B08 (or 0x542B08) is known color: Baker's Chocolate. HEX triplet: 54, 2B and 08. RGB value is (84,43,8). Sum of RGB (Red+Green+Blue) = 84+43+8=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B08 is #ABD4F7. Grayscale: #333333. Windows color (decimal): -11261176 or 535380. OLE color: 535380.
HSL color Cylindrical-coordinate representation of color #542B08: hue angle of 27.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #542B08 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 43 | 8 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.67 |
| HSL | 27.63º | 0.83% | 0.18% | - |
| HSV(B) | 27.63º | 0.9% | 0.33% | - |
| XYZ | 4.56 | 3.63 | 0.69 | - |
| YUV | 51.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 8 | 0 | 0.49 | 0.90 | 0.67 | 27.63 | 0.83 | 0.18 |
| Hex | 54 | 2B | 8 | 0 | 31 | 5A | 43 | 1C | 53 | 12 |
| Octal | 124 | 53 | 10 | 0 | 61 | 132 | 103 | 34 | 123 | 22 |
| Binary | 1010100 | 101011 | 1000 | 0 | 110001 | 1011010 | 1000011 | 11100 | 1010011 | 10010 |
Color Harmonies of #542B08
Complementary color
Monochromatic Colors of #542B08
Black with #542B08
Text Example
Text Example
White with #542B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B08; }
p { color: rgb(84,43,8); }
H1.HeaderClassName
{
color: #542B08;
}
.AnyTagClassName
{
color: #542B08;
}
</style>
background-color css
<style>
a { background-color: #542B08; }
a { background-color: rgb(84,43,8); }
div.DivClassName
{
background-color: #542B08;
}
.BgClassName
{
background-color: #542B08;
}
</style>
border-color css
<style>
span { border-color: #542B08; }
span { border-color: rgb(84,43,8); }
td.TdClassName
{
border-color: #542B08;
}
.TagClassName
{
border-color: #542B08;
}
</style>