Shades of Baker's Chocolate #4F2705
Tints of Baker's Chocolate #4F2705
RGB
CMYK
RGB Variations
Color information
#4F2705 (or 0x4F2705) is known color: Baker's Chocolate. HEX triplet: 4F, 27 and 05. RGB value is (79,39,5). Sum of RGB (Red+Green+Blue) = 79+39+5=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2705 is #B0D8FA. Grayscale: #2F2F2F. Windows color (decimal): -11589883 or 337743. OLE color: 337743.
HSL color Cylindrical-coordinate representation of color #4F2705: hue angle of 27.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F2705 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 5 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.69 |
| HSL | 27.57º | 0.88% | 0.16% | - |
| HSV(B) | 27.57º | 0.94% | 0.31% | - |
| XYZ | 3.98 | 3.12 | 0.54 | - |
| YUV | 47.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 5 | 0 | 0.51 | 0.94 | 0.69 | 27.57 | 0.88 | 0.16 |
| Hex | 4F | 27 | 5 | 0 | 33 | 5E | 45 | 1C | 58 | 10 |
| Octal | 117 | 47 | 5 | 0 | 63 | 136 | 105 | 34 | 130 | 20 |
| Binary | 1001111 | 100111 | 101 | 0 | 110011 | 1011110 | 1000101 | 11100 | 1011000 | 10000 |
Color Harmonies of #4F2705
Complementary color
Monochromatic Colors of #4F2705
Black with #4F2705
Text Example
Text Example
White with #4F2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2705; }
p { color: rgb(79,39,5); }
H1.HeaderClassName
{
color: #4F2705;
}
.AnyTagClassName
{
color: #4F2705;
}
</style>
background-color css
<style>
a { background-color: #4F2705; }
a { background-color: rgb(79,39,5); }
div.DivClassName
{
background-color: #4F2705;
}
.BgClassName
{
background-color: #4F2705;
}
</style>
border-color css
<style>
span { border-color: #4F2705; }
span { border-color: rgb(79,39,5); }
td.TdClassName
{
border-color: #4F2705;
}
.TagClassName
{
border-color: #4F2705;
}
</style>