Shades of Baker's Chocolate #4E2607
Tints of Baker's Chocolate #4E2607
RGB
CMYK
RGB Variations
Color information
#4E2607 (or 0x4E2607) is known color: Baker's Chocolate. HEX triplet: 4E, 26 and 07. RGB value is (78,38,7). Sum of RGB (Red+Green+Blue) = 78+38+7=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2607 is #B1D9F8. Grayscale: #2E2E2E. Windows color (decimal): -11655673 or 468558. OLE color: 468558.
HSL color Cylindrical-coordinate representation of color #4E2607: hue angle of 26.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E2607 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 7 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.69 |
| HSL | 26.2º | 0.84% | 0.17% | - |
| HSV(B) | 26.2º | 0.91% | 0.31% | - |
| XYZ | 3.87 | 3.02 | 0.58 | - |
| YUV | 46.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 7 | 0 | 0.51 | 0.91 | 0.69 | 26.2 | 0.84 | 0.17 |
| Hex | 4E | 26 | 7 | 0 | 33 | 5B | 45 | 1A | 54 | 11 |
| Octal | 116 | 46 | 7 | 0 | 63 | 133 | 105 | 32 | 124 | 21 |
| Binary | 1001110 | 100110 | 111 | 0 | 110011 | 1011011 | 1000101 | 11010 | 1010100 | 10001 |
Color Harmonies of #4E2607
Complementary color
Monochromatic Colors of #4E2607
Black with #4E2607
Text Example
Text Example
White with #4E2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2607; }
p { color: rgb(78,38,7); }
H1.HeaderClassName
{
color: #4E2607;
}
.AnyTagClassName
{
color: #4E2607;
}
</style>
background-color css
<style>
a { background-color: #4E2607; }
a { background-color: rgb(78,38,7); }
div.DivClassName
{
background-color: #4E2607;
}
.BgClassName
{
background-color: #4E2607;
}
</style>
border-color css
<style>
span { border-color: #4E2607; }
span { border-color: rgb(78,38,7); }
td.TdClassName
{
border-color: #4E2607;
}
.TagClassName
{
border-color: #4E2607;
}
</style>