Shades of Baker's Chocolate #4F360B
Tints of Baker's Chocolate #4F360B
RGB
CMYK
RGB Variations
Color information
#4F360B (or 0x4F360B) is known color: Baker's Chocolate. HEX triplet: 4F, 36 and 0B. RGB value is (79,54,11). Sum of RGB (Red+Green+Blue) = 79+54+11=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F360B is #B0C9F4. Grayscale: #383838. Windows color (decimal): -11586037 or 734799. OLE color: 734799.
HSL color Cylindrical-coordinate representation of color #4F360B: hue angle of 37.94º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F360B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 54 | 11 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.69 |
| HSL | 37.94º | 0.76% | 0.18% | - |
| HSV(B) | 37.94º | 0.86% | 0.31% | - |
| XYZ | 4.6 | 4.32 | 0.91 | - |
| YUV | 56.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 11 | 0 | 0.32 | 0.86 | 0.69 | 37.94 | 0.76 | 0.18 |
| Hex | 4F | 36 | B | 0 | 20 | 56 | 45 | 26 | 4C | 12 |
| Octal | 117 | 66 | 13 | 0 | 40 | 126 | 105 | 46 | 114 | 22 |
| Binary | 1001111 | 110110 | 1011 | 0 | 100000 | 1010110 | 1000101 | 100110 | 1001100 | 10010 |
Color Harmonies of #4F360B
Complementary color
Monochromatic Colors of #4F360B
Black with #4F360B
Text Example
Text Example
White with #4F360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F360B; }
p { color: rgb(79,54,11); }
H1.HeaderClassName
{
color: #4F360B;
}
.AnyTagClassName
{
color: #4F360B;
}
</style>
background-color css
<style>
a { background-color: #4F360B; }
a { background-color: rgb(79,54,11); }
div.DivClassName
{
background-color: #4F360B;
}
.BgClassName
{
background-color: #4F360B;
}
</style>
border-color css
<style>
span { border-color: #4F360B; }
span { border-color: rgb(79,54,11); }
td.TdClassName
{
border-color: #4F360B;
}
.TagClassName
{
border-color: #4F360B;
}
</style>