Shades of Baker's Chocolate #4F2903
Tints of Baker's Chocolate #4F2903
RGB
CMYK
RGB Variations
Color information
#4F2903 (or 0x4F2903) is known color: Baker's Chocolate. HEX triplet: 4F, 29 and 03. RGB value is (79,41,3). Sum of RGB (Red+Green+Blue) = 79+41+3=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2903 is #B0D6FC. Grayscale: #303030. Windows color (decimal): -11589373 or 207183. OLE color: 207183.
HSL color Cylindrical-coordinate representation of color #4F2903: hue angle of 30º 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 #4F2903 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 3 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.69 |
| HSL | 30º | 0.93% | 0.16% | - |
| HSV(B) | 30º | 0.96% | 0.31% | - |
| XYZ | 4.03 | 3.25 | 0.5 | - |
| YUV | 48.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 3 | 0 | 0.48 | 0.96 | 0.69 | 30 | 0.93 | 0.16 |
| Hex | 4F | 29 | 3 | 0 | 30 | 60 | 45 | 1E | 5D | 10 |
| Octal | 117 | 51 | 3 | 0 | 60 | 140 | 105 | 36 | 135 | 20 |
| Binary | 1001111 | 101001 | 11 | 0 | 110000 | 1100000 | 1000101 | 11110 | 1011101 | 10000 |
Color Harmonies of #4F2903
Complementary color
Monochromatic Colors of #4F2903
Black with #4F2903
Text Example
Text Example
White with #4F2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2903; }
p { color: rgb(79,41,3); }
H1.HeaderClassName
{
color: #4F2903;
}
.AnyTagClassName
{
color: #4F2903;
}
</style>
background-color css
<style>
a { background-color: #4F2903; }
a { background-color: rgb(79,41,3); }
div.DivClassName
{
background-color: #4F2903;
}
.BgClassName
{
background-color: #4F2903;
}
</style>
border-color css
<style>
span { border-color: #4F2903; }
span { border-color: rgb(79,41,3); }
td.TdClassName
{
border-color: #4F2903;
}
.TagClassName
{
border-color: #4F2903;
}
</style>