Shades of Baker's Chocolate #4F2702
Tints of Baker's Chocolate #4F2702
RGB
CMYK
RGB Variations
Color information
#4F2702 (or 0x4F2702) is known color: Baker's Chocolate. HEX triplet: 4F, 27 and 02. RGB value is (79,39,2). Sum of RGB (Red+Green+Blue) = 79+39+2=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2702 is #B0D8FD. Grayscale: #2E2E2E. Windows color (decimal): -11589886 or 141135. OLE color: 141135.
HSL color Cylindrical-coordinate representation of color #4F2702: hue angle of 28.83º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F2702 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 2 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.69 |
| HSL | 28.83º | 0.95% | 0.16% | - |
| HSV(B) | 28.83º | 0.97% | 0.31% | - |
| XYZ | 3.96 | 3.12 | 0.45 | - |
| YUV | 46.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 2 | 0 | 0.51 | 0.97 | 0.69 | 28.83 | 0.95 | 0.16 |
| Hex | 4F | 27 | 2 | 0 | 33 | 61 | 45 | 1D | 5F | 10 |
| Octal | 117 | 47 | 2 | 0 | 63 | 141 | 105 | 35 | 137 | 20 |
| Binary | 1001111 | 100111 | 10 | 0 | 110011 | 1100001 | 1000101 | 11101 | 1011111 | 10000 |
Color Harmonies of #4F2702
Complementary color
Monochromatic Colors of #4F2702
Black with #4F2702
Text Example
Text Example
White with #4F2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2702; }
p { color: rgb(79,39,2); }
H1.HeaderClassName
{
color: #4F2702;
}
.AnyTagClassName
{
color: #4F2702;
}
</style>
background-color css
<style>
a { background-color: #4F2702; }
a { background-color: rgb(79,39,2); }
div.DivClassName
{
background-color: #4F2702;
}
.BgClassName
{
background-color: #4F2702;
}
</style>
border-color css
<style>
span { border-color: #4F2702; }
span { border-color: rgb(79,39,2); }
td.TdClassName
{
border-color: #4F2702;
}
.TagClassName
{
border-color: #4F2702;
}
</style>