Shades of Baker's Chocolate #4B2C0B
Tints of Baker's Chocolate #4B2C0B
RGB
CMYK
RGB Variations
Color information
#4B2C0B (or 0x4B2C0B) is known color: Baker's Chocolate. HEX triplet: 4B, 2C and 0B. RGB value is (75,44,11). Sum of RGB (Red+Green+Blue) = 75+44+11=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2C0B is #B4D3F4. Grayscale: #313131. Windows color (decimal): -11850741 or 732235. OLE color: 732235.
HSL color Cylindrical-coordinate representation of color #4B2C0B: hue angle of 30.94º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B2C0B is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 11 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.71 |
| HSL | 30.94º | 0.74% | 0.17% | - |
| HSV(B) | 30.94º | 0.85% | 0.29% | - |
| XYZ | 3.86 | 3.32 | 0.75 | - |
| YUV | 49.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 11 | 0 | 0.41 | 0.85 | 0.71 | 30.94 | 0.74 | 0.17 |
| Hex | 4B | 2C | B | 0 | 29 | 55 | 47 | 1F | 4A | 11 |
| Octal | 113 | 54 | 13 | 0 | 51 | 125 | 107 | 37 | 112 | 21 |
| Binary | 1001011 | 101100 | 1011 | 0 | 101001 | 1010101 | 1000111 | 11111 | 1001010 | 10001 |
Color Harmonies of #4B2C0B
Complementary color
Monochromatic Colors of #4B2C0B
Black with #4B2C0B
Text Example
Text Example
White with #4B2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C0B; }
p { color: rgb(75,44,11); }
H1.HeaderClassName
{
color: #4B2C0B;
}
.AnyTagClassName
{
color: #4B2C0B;
}
</style>
background-color css
<style>
a { background-color: #4B2C0B; }
a { background-color: rgb(75,44,11); }
div.DivClassName
{
background-color: #4B2C0B;
}
.BgClassName
{
background-color: #4B2C0B;
}
</style>
border-color css
<style>
span { border-color: #4B2C0B; }
span { border-color: rgb(75,44,11); }
td.TdClassName
{
border-color: #4B2C0B;
}
.TagClassName
{
border-color: #4B2C0B;
}
</style>