Shades of Baker's Chocolate #4F260C
Tints of Baker's Chocolate #4F260C
RGB
CMYK
RGB Variations
Color information
#4F260C (or 0x4F260C) is known color: Baker's Chocolate. HEX triplet: 4F, 26 and 0C. RGB value is (79,38,12). Sum of RGB (Red+Green+Blue) = 79+38+12=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F260C is #B0D9F3. Grayscale: #2F2F2F. Windows color (decimal): -11590132 or 796239. OLE color: 796239.
HSL color Cylindrical-coordinate representation of color #4F260C: hue angle of 23.28º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F260C is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 12 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.69 |
| HSL | 23.28º | 0.74% | 0.18% | - |
| HSV(B) | 23.28º | 0.85% | 0.31% | - |
| XYZ | 3.98 | 3.08 | 0.73 | - |
| YUV | 47.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 12 | 0 | 0.52 | 0.85 | 0.69 | 23.28 | 0.74 | 0.18 |
| Hex | 4F | 26 | C | 0 | 34 | 55 | 45 | 17 | 4A | 12 |
| Octal | 117 | 46 | 14 | 0 | 64 | 125 | 105 | 27 | 112 | 22 |
| Binary | 1001111 | 100110 | 1100 | 0 | 110100 | 1010101 | 1000101 | 10111 | 1001010 | 10010 |
Color Harmonies of #4F260C
Complementary color
Monochromatic Colors of #4F260C
Black with #4F260C
Text Example
Text Example
White with #4F260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F260C; }
p { color: rgb(79,38,12); }
H1.HeaderClassName
{
color: #4F260C;
}
.AnyTagClassName
{
color: #4F260C;
}
</style>
background-color css
<style>
a { background-color: #4F260C; }
a { background-color: rgb(79,38,12); }
div.DivClassName
{
background-color: #4F260C;
}
.BgClassName
{
background-color: #4F260C;
}
</style>
border-color css
<style>
span { border-color: #4F260C; }
span { border-color: rgb(79,38,12); }
td.TdClassName
{
border-color: #4F260C;
}
.TagClassName
{
border-color: #4F260C;
}
</style>