Shades of Baker's Chocolate #4F2C0A
Tints of Baker's Chocolate #4F2C0A
RGB
CMYK
RGB Variations
Color information
#4F2C0A (or 0x4F2C0A) is known color: Baker's Chocolate. HEX triplet: 4F, 2C and 0A. RGB value is (79,44,10). Sum of RGB (Red+Green+Blue) = 79+44+10=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2C0A is #B0D3F5. Grayscale: #323232. Windows color (decimal): -11588598 or 666703. OLE color: 666703.
HSL color Cylindrical-coordinate representation of color #4F2C0A: hue angle of 29.57º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F2C0A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 10 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.69 |
| HSL | 29.57º | 0.78% | 0.17% | - |
| HSV(B) | 29.57º | 0.87% | 0.31% | - |
| XYZ | 4.18 | 3.49 | 0.74 | - |
| YUV | 50.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 10 | 0 | 0.44 | 0.87 | 0.69 | 29.57 | 0.78 | 0.17 |
| Hex | 4F | 2C | A | 0 | 2C | 57 | 45 | 1E | 4E | 11 |
| Octal | 117 | 54 | 12 | 0 | 54 | 127 | 105 | 36 | 116 | 21 |
| Binary | 1001111 | 101100 | 1010 | 0 | 101100 | 1010111 | 1000101 | 11110 | 1001110 | 10001 |
Color Harmonies of #4F2C0A
Complementary color
Monochromatic Colors of #4F2C0A
Black with #4F2C0A
Text Example
Text Example
White with #4F2C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C0A; }
p { color: rgb(79,44,10); }
H1.HeaderClassName
{
color: #4F2C0A;
}
.AnyTagClassName
{
color: #4F2C0A;
}
</style>
background-color css
<style>
a { background-color: #4F2C0A; }
a { background-color: rgb(79,44,10); }
div.DivClassName
{
background-color: #4F2C0A;
}
.BgClassName
{
background-color: #4F2C0A;
}
</style>
border-color css
<style>
span { border-color: #4F2C0A; }
span { border-color: rgb(79,44,10); }
td.TdClassName
{
border-color: #4F2C0A;
}
.TagClassName
{
border-color: #4F2C0A;
}
</style>