Shades of Baker's Chocolate #4F3403
Tints of Baker's Chocolate #4F3403
RGB
CMYK
RGB Variations
Color information
#4F3403 (or 0x4F3403) is known color: Baker's Chocolate. HEX triplet: 4F, 34 and 03. RGB value is (79,52,3). Sum of RGB (Red+Green+Blue) = 79+52+3=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3403 is #B0CBFC. Grayscale: #363636. Windows color (decimal): -11586557 or 209999. OLE color: 209999.
HSL color Cylindrical-coordinate representation of color #4F3403: hue angle of 38.68º 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 #4F3403 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 3 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.69 |
| HSL | 38.68º | 0.93% | 0.16% | - |
| HSV(B) | 38.68º | 0.96% | 0.31% | - |
| XYZ | 4.47 | 4.12 | 0.65 | - |
| YUV | 54.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 3 | 0 | 0.34 | 0.96 | 0.69 | 38.68 | 0.93 | 0.16 |
| Hex | 4F | 34 | 3 | 0 | 22 | 60 | 45 | 27 | 5D | 10 |
| Octal | 117 | 64 | 3 | 0 | 42 | 140 | 105 | 47 | 135 | 20 |
| Binary | 1001111 | 110100 | 11 | 0 | 100010 | 1100000 | 1000101 | 100111 | 1011101 | 10000 |
Color Harmonies of #4F3403
Complementary color
Monochromatic Colors of #4F3403
Black with #4F3403
Text Example
Text Example
White with #4F3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3403; }
p { color: rgb(79,52,3); }
H1.HeaderClassName
{
color: #4F3403;
}
.AnyTagClassName
{
color: #4F3403;
}
</style>
background-color css
<style>
a { background-color: #4F3403; }
a { background-color: rgb(79,52,3); }
div.DivClassName
{
background-color: #4F3403;
}
.BgClassName
{
background-color: #4F3403;
}
</style>
border-color css
<style>
span { border-color: #4F3403; }
span { border-color: rgb(79,52,3); }
td.TdClassName
{
border-color: #4F3403;
}
.TagClassName
{
border-color: #4F3403;
}
</style>