Shades of Baker's Chocolate #4F2308
Tints of Baker's Chocolate #4F2308
RGB
CMYK
RGB Variations
Color information
#4F2308 (or 0x4F2308) is known color: Baker's Chocolate. HEX triplet: 4F, 23 and 08. RGB value is (79,35,8). Sum of RGB (Red+Green+Blue) = 79+35+8=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2308 is #B0DCF7. Grayscale: #2D2D2D. Windows color (decimal): -11590904 or 533327. OLE color: 533327.
HSL color Cylindrical-coordinate representation of color #4F2308: hue angle of 22.82º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F2308 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 8 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.69 |
| HSL | 22.82º | 0.82% | 0.17% | - |
| HSV(B) | 22.82º | 0.9% | 0.31% | - |
| XYZ | 3.87 | 2.88 | 0.58 | - |
| YUV | 45.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 8 | 0 | 0.56 | 0.90 | 0.69 | 22.82 | 0.82 | 0.17 |
| Hex | 4F | 23 | 8 | 0 | 38 | 5A | 45 | 17 | 52 | 11 |
| Octal | 117 | 43 | 10 | 0 | 70 | 132 | 105 | 27 | 122 | 21 |
| Binary | 1001111 | 100011 | 1000 | 0 | 111000 | 1011010 | 1000101 | 10111 | 1010010 | 10001 |
Color Harmonies of #4F2308
Complementary color
Monochromatic Colors of #4F2308
Black with #4F2308
Text Example
Text Example
White with #4F2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2308; }
p { color: rgb(79,35,8); }
H1.HeaderClassName
{
color: #4F2308;
}
.AnyTagClassName
{
color: #4F2308;
}
</style>
background-color css
<style>
a { background-color: #4F2308; }
a { background-color: rgb(79,35,8); }
div.DivClassName
{
background-color: #4F2308;
}
.BgClassName
{
background-color: #4F2308;
}
</style>
border-color css
<style>
span { border-color: #4F2308; }
span { border-color: rgb(79,35,8); }
td.TdClassName
{
border-color: #4F2308;
}
.TagClassName
{
border-color: #4F2308;
}
</style>