Shades of Baker's Chocolate #4F2600
Tints of Baker's Chocolate #4F2600
RGB
CMYK
RGB Variations
Color information
#4F2600 (or 0x4F2600) is known color: Baker's Chocolate. HEX triplet: 4F, 26 and 00. RGB value is (79,38,0). Sum of RGB (Red+Green+Blue) = 79+38+0=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2600 is #B0D9FF. Grayscale: #2E2E2E. Windows color (decimal): -11590144 or 9807. OLE color: 9807.
HSL color Cylindrical-coordinate representation of color #4F2600: hue angle of 28.86º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F2600 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.69 |
| HSL | 28.86º | 1% | 0.15% | - |
| HSV(B) | 28.86º | 1% | 0.31% | - |
| XYZ | 3.92 | 3.05 | 0.38 | - |
| YUV | 45.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 0 | 0 | 0.52 | 1 | 0.69 | 28.86 | 1 | 0.15 |
| Hex | 4F | 26 | 0 | 0 | 34 | 64 | 45 | 1D | 64 | F |
| Octal | 117 | 46 | 0 | 0 | 64 | 144 | 105 | 35 | 144 | 17 |
| Binary | 1001111 | 100110 | 0 | 0 | 110100 | 1100100 | 1000101 | 11101 | 1100100 | 1111 |
Color Harmonies of #4F2600
Complementary color
Monochromatic Colors of #4F2600
Black with #4F2600
Text Example
Text Example
White with #4F2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2600; }
p { color: rgb(79,38,0); }
H1.HeaderClassName
{
color: #4F2600;
}
.AnyTagClassName
{
color: #4F2600;
}
</style>
background-color css
<style>
a { background-color: #4F2600; }
a { background-color: rgb(79,38,0); }
div.DivClassName
{
background-color: #4F2600;
}
.BgClassName
{
background-color: #4F2600;
}
</style>
border-color css
<style>
span { border-color: #4F2600; }
span { border-color: rgb(79,38,0); }
td.TdClassName
{
border-color: #4F2600;
}
.TagClassName
{
border-color: #4F2600;
}
</style>