Shades of Baker's Chocolate #4F270B
Tints of Baker's Chocolate #4F270B
RGB
CMYK
RGB Variations
Color information
#4F270B (or 0x4F270B) is known color: Baker's Chocolate. HEX triplet: 4F, 27 and 0B. RGB value is (79,39,11). Sum of RGB (Red+Green+Blue) = 79+39+11=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F270B is #B0D8F4. Grayscale: #2F2F2F. Windows color (decimal): -11589877 or 730959. OLE color: 730959.
HSL color Cylindrical-coordinate representation of color #4F270B: hue angle of 24.71º 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 #4F270B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 11 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.69 |
| HSL | 24.71º | 0.76% | 0.18% | - |
| HSV(B) | 24.71º | 0.86% | 0.31% | - |
| XYZ | 4.01 | 3.14 | 0.71 | - |
| YUV | 47.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 11 | 0 | 0.51 | 0.86 | 0.69 | 24.71 | 0.76 | 0.18 |
| Hex | 4F | 27 | B | 0 | 33 | 56 | 45 | 19 | 4C | 12 |
| Octal | 117 | 47 | 13 | 0 | 63 | 126 | 105 | 31 | 114 | 22 |
| Binary | 1001111 | 100111 | 1011 | 0 | 110011 | 1010110 | 1000101 | 11001 | 1001100 | 10010 |
Color Harmonies of #4F270B
Complementary color
Monochromatic Colors of #4F270B
Black with #4F270B
Text Example
Text Example
White with #4F270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F270B; }
p { color: rgb(79,39,11); }
H1.HeaderClassName
{
color: #4F270B;
}
.AnyTagClassName
{
color: #4F270B;
}
</style>
background-color css
<style>
a { background-color: #4F270B; }
a { background-color: rgb(79,39,11); }
div.DivClassName
{
background-color: #4F270B;
}
.BgClassName
{
background-color: #4F270B;
}
</style>
border-color css
<style>
span { border-color: #4F270B; }
span { border-color: rgb(79,39,11); }
td.TdClassName
{
border-color: #4F270B;
}
.TagClassName
{
border-color: #4F270B;
}
</style>