Shades of Baker's Chocolate #4F2805
Tints of Baker's Chocolate #4F2805
RGB
CMYK
RGB Variations
Color information
#4F2805 (or 0x4F2805) is known color: Baker's Chocolate. HEX triplet: 4F, 28 and 05. RGB value is (79,40,5). Sum of RGB (Red+Green+Blue) = 79+40+5=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2805 is #B0D7FA. Grayscale: #2F2F2F. Windows color (decimal): -11589627 or 337999. OLE color: 337999.
HSL color Cylindrical-coordinate representation of color #4F2805: hue angle of 28.38º 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 #4F2805 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 5 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.69 |
| HSL | 28.38º | 0.88% | 0.16% | - |
| HSV(B) | 28.38º | 0.94% | 0.31% | - |
| XYZ | 4.01 | 3.19 | 0.55 | - |
| YUV | 47.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 5 | 0 | 0.49 | 0.94 | 0.69 | 28.38 | 0.88 | 0.16 |
| Hex | 4F | 28 | 5 | 0 | 31 | 5E | 45 | 1C | 58 | 10 |
| Octal | 117 | 50 | 5 | 0 | 61 | 136 | 105 | 34 | 130 | 20 |
| Binary | 1001111 | 101000 | 101 | 0 | 110001 | 1011110 | 1000101 | 11100 | 1011000 | 10000 |
Color Harmonies of #4F2805
Complementary color
Monochromatic Colors of #4F2805
Black with #4F2805
Text Example
Text Example
White with #4F2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2805; }
p { color: rgb(79,40,5); }
H1.HeaderClassName
{
color: #4F2805;
}
.AnyTagClassName
{
color: #4F2805;
}
</style>
background-color css
<style>
a { background-color: #4F2805; }
a { background-color: rgb(79,40,5); }
div.DivClassName
{
background-color: #4F2805;
}
.BgClassName
{
background-color: #4F2805;
}
</style>
border-color css
<style>
span { border-color: #4F2805; }
span { border-color: rgb(79,40,5); }
td.TdClassName
{
border-color: #4F2805;
}
.TagClassName
{
border-color: #4F2805;
}
</style>