Shades of Baker's Chocolate #4F3500
Tints of Baker's Chocolate #4F3500
RGB
CMYK
RGB Variations
Color information
#4F3500 (or 0x4F3500) is known color: Baker's Chocolate. HEX triplet: 4F, 35 and 00. RGB value is (79,53,0). Sum of RGB (Red+Green+Blue) = 79+53+0=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3500 is #B0CAFF. Grayscale: #363636. Windows color (decimal): -11586304 or 13647. OLE color: 13647.
HSL color Cylindrical-coordinate representation of color #4F3500: hue angle of 40.25º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F3500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.69 |
| HSL | 40.25º | 1% | 0.15% | - |
| HSV(B) | 40.25º | 1% | 0.31% | - |
| XYZ | 4.5 | 4.21 | 0.58 | - |
| YUV | 54.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 0 | 0 | 0.33 | 1 | 0.69 | 40.25 | 1 | 0.15 |
| Hex | 4F | 35 | 0 | 0 | 21 | 64 | 45 | 28 | 64 | F |
| Octal | 117 | 65 | 0 | 0 | 41 | 144 | 105 | 50 | 144 | 17 |
| Binary | 1001111 | 110101 | 0 | 0 | 100001 | 1100100 | 1000101 | 101000 | 1100100 | 1111 |
Color Harmonies of #4F3500
Complementary color
Monochromatic Colors of #4F3500
Black with #4F3500
Text Example
Text Example
White with #4F3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3500; }
p { color: rgb(79,53,0); }
H1.HeaderClassName
{
color: #4F3500;
}
.AnyTagClassName
{
color: #4F3500;
}
</style>
background-color css
<style>
a { background-color: #4F3500; }
a { background-color: rgb(79,53,0); }
div.DivClassName
{
background-color: #4F3500;
}
.BgClassName
{
background-color: #4F3500;
}
</style>
border-color css
<style>
span { border-color: #4F3500; }
span { border-color: rgb(79,53,0); }
td.TdClassName
{
border-color: #4F3500;
}
.TagClassName
{
border-color: #4F3500;
}
</style>