Shades of Baker's Chocolate #4F3501
Tints of Baker's Chocolate #4F3501
RGB
CMYK
RGB Variations
Color information
#4F3501 (or 0x4F3501) is known color: Baker's Chocolate. HEX triplet: 4F, 35 and 01. RGB value is (79,53,1). Sum of RGB (Red+Green+Blue) = 79+53+1=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3501 is #B0CAFE. Grayscale: #373737. Windows color (decimal): -11586303 or 79183. OLE color: 79183.
HSL color Cylindrical-coordinate representation of color #4F3501: hue angle of 40º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F3501 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.69 |
| HSL | 40º | 0.98% | 0.16% | - |
| HSV(B) | 40º | 0.99% | 0.31% | - |
| XYZ | 4.5 | 4.21 | 0.6 | - |
| YUV | 54.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 1 | 0 | 0.33 | 0.99 | 0.69 | 40 | 0.98 | 0.16 |
| Hex | 4F | 35 | 1 | 0 | 21 | 63 | 45 | 28 | 62 | 10 |
| Octal | 117 | 65 | 1 | 0 | 41 | 143 | 105 | 50 | 142 | 20 |
| Binary | 1001111 | 110101 | 1 | 0 | 100001 | 1100011 | 1000101 | 101000 | 1100010 | 10000 |
Color Harmonies of #4F3501
Complementary color
Monochromatic Colors of #4F3501
Black with #4F3501
Text Example
Text Example
White with #4F3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3501; }
p { color: rgb(79,53,1); }
H1.HeaderClassName
{
color: #4F3501;
}
.AnyTagClassName
{
color: #4F3501;
}
</style>
background-color css
<style>
a { background-color: #4F3501; }
a { background-color: rgb(79,53,1); }
div.DivClassName
{
background-color: #4F3501;
}
.BgClassName
{
background-color: #4F3501;
}
</style>
border-color css
<style>
span { border-color: #4F3501; }
span { border-color: rgb(79,53,1); }
td.TdClassName
{
border-color: #4F3501;
}
.TagClassName
{
border-color: #4F3501;
}
</style>