Shades of Baker's Chocolate #4F2D0D
Tints of Baker's Chocolate #4F2D0D
RGB
CMYK
RGB Variations
Color information
#4F2D0D (or 0x4F2D0D) is known color: Baker's Chocolate. HEX triplet: 4F, 2D and 0D. RGB value is (79,45,13). Sum of RGB (Red+Green+Blue) = 79+45+13=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2D0D is #B0D2F2. Grayscale: #333333. Windows color (decimal): -11588339 or 863567. OLE color: 863567.
HSL color Cylindrical-coordinate representation of color #4F2D0D: hue angle of 29.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F2D0D is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 45 | 13 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.69 |
| HSL | 29.09º | 0.72% | 0.18% | - |
| HSV(B) | 29.09º | 0.84% | 0.31% | - |
| XYZ | 4.24 | 3.57 | 0.85 | - |
| YUV | 51.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 13 | 0 | 0.43 | 0.84 | 0.69 | 29.09 | 0.72 | 0.18 |
| Hex | 4F | 2D | D | 0 | 2B | 54 | 45 | 1D | 48 | 12 |
| Octal | 117 | 55 | 15 | 0 | 53 | 124 | 105 | 35 | 110 | 22 |
| Binary | 1001111 | 101101 | 1101 | 0 | 101011 | 1010100 | 1000101 | 11101 | 1001000 | 10010 |
Color Harmonies of #4F2D0D
Complementary color
Monochromatic Colors of #4F2D0D
Black with #4F2D0D
Text Example
Text Example
White with #4F2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2D0D; }
p { color: rgb(79,45,13); }
H1.HeaderClassName
{
color: #4F2D0D;
}
.AnyTagClassName
{
color: #4F2D0D;
}
</style>
background-color css
<style>
a { background-color: #4F2D0D; }
a { background-color: rgb(79,45,13); }
div.DivClassName
{
background-color: #4F2D0D;
}
.BgClassName
{
background-color: #4F2D0D;
}
</style>
border-color css
<style>
span { border-color: #4F2D0D; }
span { border-color: rgb(79,45,13); }
td.TdClassName
{
border-color: #4F2D0D;
}
.TagClassName
{
border-color: #4F2D0D;
}
</style>