Shades of Baker's Chocolate #4F2804
Tints of Baker's Chocolate #4F2804
RGB
CMYK
RGB Variations
Color information
#4F2804 (or 0x4F2804) is known color: Baker's Chocolate. HEX triplet: 4F, 28 and 04. RGB value is (79,40,4). Sum of RGB (Red+Green+Blue) = 79+40+4=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2804 is #B0D7FB. Grayscale: #2F2F2F. Windows color (decimal): -11589628 or 272463. OLE color: 272463.
HSL color Cylindrical-coordinate representation of color #4F2804: hue angle of 28.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F2804 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 4 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.69 |
| HSL | 28.8º | 0.9% | 0.16% | - |
| HSV(B) | 28.8º | 0.95% | 0.31% | - |
| XYZ | 4.01 | 3.19 | 0.52 | - |
| YUV | 47.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 4 | 0 | 0.49 | 0.95 | 0.69 | 28.8 | 0.9 | 0.16 |
| Hex | 4F | 28 | 4 | 0 | 31 | 5F | 45 | 1D | 5A | 10 |
| Octal | 117 | 50 | 4 | 0 | 61 | 137 | 105 | 35 | 132 | 20 |
| Binary | 1001111 | 101000 | 100 | 0 | 110001 | 1011111 | 1000101 | 11101 | 1011010 | 10000 |
Color Harmonies of #4F2804
Complementary color
Monochromatic Colors of #4F2804
Black with #4F2804
Text Example
Text Example
White with #4F2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2804; }
p { color: rgb(79,40,4); }
H1.HeaderClassName
{
color: #4F2804;
}
.AnyTagClassName
{
color: #4F2804;
}
</style>
background-color css
<style>
a { background-color: #4F2804; }
a { background-color: rgb(79,40,4); }
div.DivClassName
{
background-color: #4F2804;
}
.BgClassName
{
background-color: #4F2804;
}
</style>
border-color css
<style>
span { border-color: #4F2804; }
span { border-color: rgb(79,40,4); }
td.TdClassName
{
border-color: #4F2804;
}
.TagClassName
{
border-color: #4F2804;
}
</style>