Shades of Baker's Chocolate #541F07
Tints of Baker's Chocolate #541F07
RGB
CMYK
RGB Variations
Color information
#541F07 (or 0x541F07) is known color: Baker's Chocolate. HEX triplet: 54, 1F and 07. RGB value is (84,31,7). Sum of RGB (Red+Green+Blue) = 84+31+7=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F07 is #ABE0F8. Grayscale: #2C2C2C. Windows color (decimal): -11264249 or 466772. OLE color: 466772.
HSL color Cylindrical-coordinate representation of color #541F07: hue angle of 18.7º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #541F07 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 7 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.67 |
| HSL | 18.7º | 0.85% | 0.18% | - |
| HSV(B) | 18.7º | 0.92% | 0.33% | - |
| XYZ | 4.18 | 2.88 | 0.54 | - |
| YUV | 44.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 7 | 0 | 0.63 | 0.92 | 0.67 | 18.7 | 0.85 | 0.18 |
| Hex | 54 | 1F | 7 | 0 | 3F | 5C | 43 | 13 | 55 | 12 |
| Octal | 124 | 37 | 7 | 0 | 77 | 134 | 103 | 23 | 125 | 22 |
| Binary | 1010100 | 11111 | 111 | 0 | 111111 | 1011100 | 1000011 | 10011 | 1010101 | 10010 |
Color Harmonies of #541F07
Complementary color
Monochromatic Colors of #541F07
Black with #541F07
Text Example
Text Example
White with #541F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F07; }
p { color: rgb(84,31,7); }
H1.HeaderClassName
{
color: #541F07;
}
.AnyTagClassName
{
color: #541F07;
}
</style>
background-color css
<style>
a { background-color: #541F07; }
a { background-color: rgb(84,31,7); }
div.DivClassName
{
background-color: #541F07;
}
.BgClassName
{
background-color: #541F07;
}
</style>
border-color css
<style>
span { border-color: #541F07; }
span { border-color: rgb(84,31,7); }
td.TdClassName
{
border-color: #541F07;
}
.TagClassName
{
border-color: #541F07;
}
</style>