Shades of Baker's Chocolate #542C0F
Tints of Baker's Chocolate #542C0F
RGB
CMYK
RGB Variations
Color information
#542C0F (or 0x542C0F) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 0F. RGB value is (84,44,15). Sum of RGB (Red+Green+Blue) = 84+44+15=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #542C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C0F is #ABD3F0. Grayscale: #343434. Windows color (decimal): -11260913 or 994388. OLE color: 994388.
HSL color Cylindrical-coordinate representation of color #542C0F: hue angle of 25.22º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542C0F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 15 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.67 |
| HSL | 25.22º | 0.7% | 0.19% | - |
| HSV(B) | 25.22º | 0.82% | 0.33% | - |
| XYZ | 4.64 | 3.72 | 0.93 | - |
| YUV | 52.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 15 | 0 | 0.48 | 0.82 | 0.67 | 25.22 | 0.7 | 0.19 |
| Hex | 54 | 2C | F | 0 | 30 | 52 | 43 | 19 | 46 | 13 |
| Octal | 124 | 54 | 17 | 0 | 60 | 122 | 103 | 31 | 106 | 23 |
| Binary | 1010100 | 101100 | 1111 | 0 | 110000 | 1010010 | 1000011 | 11001 | 1000110 | 10011 |
Color Harmonies of #542C0F
Complementary color
Monochromatic Colors of #542C0F
Black with #542C0F
Text Example
Text Example
White with #542C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C0F; }
p { color: rgb(84,44,15); }
H1.HeaderClassName
{
color: #542C0F;
}
.AnyTagClassName
{
color: #542C0F;
}
</style>
background-color css
<style>
a { background-color: #542C0F; }
a { background-color: rgb(84,44,15); }
div.DivClassName
{
background-color: #542C0F;
}
.BgClassName
{
background-color: #542C0F;
}
</style>
border-color css
<style>
span { border-color: #542C0F; }
span { border-color: rgb(84,44,15); }
td.TdClassName
{
border-color: #542C0F;
}
.TagClassName
{
border-color: #542C0F;
}
</style>