Shades of Baker's Chocolate #4D2207
Tints of Baker's Chocolate #4D2207
RGB
CMYK
RGB Variations
Color information
#4D2207 (or 0x4D2207) is known color: Baker's Chocolate. HEX triplet: 4D, 22 and 07. RGB value is (77,34,7). Sum of RGB (Red+Green+Blue) = 77+34+7=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2207 is #B2DDF8. Grayscale: #2B2B2B. Windows color (decimal): -11722233 or 467533. OLE color: 467533.
HSL color Cylindrical-coordinate representation of color #4D2207: hue angle of 23.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D2207 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 7 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.70 |
| HSL | 23.14º | 0.83% | 0.16% | - |
| HSV(B) | 23.14º | 0.91% | 0.3% | - |
| XYZ | 3.67 | 2.74 | 0.54 | - |
| YUV | 43.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 7 | 0 | 0.56 | 0.91 | 0.70 | 23.14 | 0.83 | 0.16 |
| Hex | 4D | 22 | 7 | 0 | 38 | 5B | 46 | 17 | 53 | 10 |
| Octal | 115 | 42 | 7 | 0 | 70 | 133 | 106 | 27 | 123 | 20 |
| Binary | 1001101 | 100010 | 111 | 0 | 111000 | 1011011 | 1000110 | 10111 | 1010011 | 10000 |
Color Harmonies of #4D2207
Complementary color
Monochromatic Colors of #4D2207
Black with #4D2207
Text Example
Text Example
White with #4D2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2207; }
p { color: rgb(77,34,7); }
H1.HeaderClassName
{
color: #4D2207;
}
.AnyTagClassName
{
color: #4D2207;
}
</style>
background-color css
<style>
a { background-color: #4D2207; }
a { background-color: rgb(77,34,7); }
div.DivClassName
{
background-color: #4D2207;
}
.BgClassName
{
background-color: #4D2207;
}
</style>
border-color css
<style>
span { border-color: #4D2207; }
span { border-color: rgb(77,34,7); }
td.TdClassName
{
border-color: #4D2207;
}
.TagClassName
{
border-color: #4D2207;
}
</style>