Shades of Baker's Chocolate #4F330A
Tints of Baker's Chocolate #4F330A
RGB
CMYK
RGB Variations
Color information
#4F330A (or 0x4F330A) is known color: Baker's Chocolate. HEX triplet: 4F, 33 and 0A. RGB value is (79,51,10). Sum of RGB (Red+Green+Blue) = 79+51+10=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F330A is #B0CCF5. Grayscale: #363636. Windows color (decimal): -11586806 or 668495. OLE color: 668495.
HSL color Cylindrical-coordinate representation of color #4F330A: hue angle of 35.65º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F330A is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 51 | 10 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.69 |
| HSL | 35.65º | 0.78% | 0.17% | - |
| HSV(B) | 35.65º | 0.87% | 0.31% | - |
| XYZ | 4.46 | 4.05 | 0.83 | - |
| YUV | 54.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 10 | 0 | 0.35 | 0.87 | 0.69 | 35.65 | 0.78 | 0.17 |
| Hex | 4F | 33 | A | 0 | 23 | 57 | 45 | 24 | 4E | 11 |
| Octal | 117 | 63 | 12 | 0 | 43 | 127 | 105 | 44 | 116 | 21 |
| Binary | 1001111 | 110011 | 1010 | 0 | 100011 | 1010111 | 1000101 | 100100 | 1001110 | 10001 |
Color Harmonies of #4F330A
Complementary color
Monochromatic Colors of #4F330A
Black with #4F330A
Text Example
Text Example
White with #4F330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F330A; }
p { color: rgb(79,51,10); }
H1.HeaderClassName
{
color: #4F330A;
}
.AnyTagClassName
{
color: #4F330A;
}
</style>
background-color css
<style>
a { background-color: #4F330A; }
a { background-color: rgb(79,51,10); }
div.DivClassName
{
background-color: #4F330A;
}
.BgClassName
{
background-color: #4F330A;
}
</style>
border-color css
<style>
span { border-color: #4F330A; }
span { border-color: rgb(79,51,10); }
td.TdClassName
{
border-color: #4F330A;
}
.TagClassName
{
border-color: #4F330A;
}
</style>