Shades of Baker's Chocolate #4F2C03
Tints of Baker's Chocolate #4F2C03
RGB
CMYK
RGB Variations
Color information
#4F2C03 (or 0x4F2C03) is known color: Baker's Chocolate. HEX triplet: 4F, 2C and 03. RGB value is (79,44,3). Sum of RGB (Red+Green+Blue) = 79+44+3=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2C03 is #B0D3FC. Grayscale: #313131. Windows color (decimal): -11588605 or 207951. OLE color: 207951.
HSL color Cylindrical-coordinate representation of color #4F2C03: hue angle of 32.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F2C03 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 3 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.69 |
| HSL | 32.37º | 0.93% | 0.16% | - |
| HSV(B) | 32.37º | 0.96% | 0.31% | - |
| XYZ | 4.14 | 3.47 | 0.54 | - |
| YUV | 49.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 3 | 0 | 0.44 | 0.96 | 0.69 | 32.37 | 0.93 | 0.16 |
| Hex | 4F | 2C | 3 | 0 | 2C | 60 | 45 | 20 | 5D | 10 |
| Octal | 117 | 54 | 3 | 0 | 54 | 140 | 105 | 40 | 135 | 20 |
| Binary | 1001111 | 101100 | 11 | 0 | 101100 | 1100000 | 1000101 | 100000 | 1011101 | 10000 |
Color Harmonies of #4F2C03
Complementary color
Monochromatic Colors of #4F2C03
Black with #4F2C03
Text Example
Text Example
White with #4F2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C03; }
p { color: rgb(79,44,3); }
H1.HeaderClassName
{
color: #4F2C03;
}
.AnyTagClassName
{
color: #4F2C03;
}
</style>
background-color css
<style>
a { background-color: #4F2C03; }
a { background-color: rgb(79,44,3); }
div.DivClassName
{
background-color: #4F2C03;
}
.BgClassName
{
background-color: #4F2C03;
}
</style>
border-color css
<style>
span { border-color: #4F2C03; }
span { border-color: rgb(79,44,3); }
td.TdClassName
{
border-color: #4F2C03;
}
.TagClassName
{
border-color: #4F2C03;
}
</style>