Shades of Baker's Chocolate #4B2F03
Tints of Baker's Chocolate #4B2F03
RGB
CMYK
RGB Variations
Color information
#4B2F03 (or 0x4B2F03) is known color: Baker's Chocolate. HEX triplet: 4B, 2F and 03. RGB value is (75,47,3). Sum of RGB (Red+Green+Blue) = 75+47+3=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2F03 is #B4D0FC. Grayscale: #323232. Windows color (decimal): -11849981 or 208715. OLE color: 208715.
HSL color Cylindrical-coordinate representation of color #4B2F03: hue angle of 36.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B2F03 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 3 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.71 |
| HSL | 36.67º | 0.92% | 0.15% | - |
| HSV(B) | 36.67º | 0.96% | 0.29% | - |
| XYZ | 3.93 | 3.54 | 0.56 | - |
| YUV | 50.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 3 | 0 | 0.37 | 0.96 | 0.71 | 36.67 | 0.92 | 0.15 |
| Hex | 4B | 2F | 3 | 0 | 25 | 60 | 47 | 25 | 5C | F |
| Octal | 113 | 57 | 3 | 0 | 45 | 140 | 107 | 45 | 134 | 17 |
| Binary | 1001011 | 101111 | 11 | 0 | 100101 | 1100000 | 1000111 | 100101 | 1011100 | 1111 |
Color Harmonies of #4B2F03
Complementary color
Monochromatic Colors of #4B2F03
Black with #4B2F03
Text Example
Text Example
White with #4B2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F03; }
p { color: rgb(75,47,3); }
H1.HeaderClassName
{
color: #4B2F03;
}
.AnyTagClassName
{
color: #4B2F03;
}
</style>
background-color css
<style>
a { background-color: #4B2F03; }
a { background-color: rgb(75,47,3); }
div.DivClassName
{
background-color: #4B2F03;
}
.BgClassName
{
background-color: #4B2F03;
}
</style>
border-color css
<style>
span { border-color: #4B2F03; }
span { border-color: rgb(75,47,3); }
td.TdClassName
{
border-color: #4B2F03;
}
.TagClassName
{
border-color: #4B2F03;
}
</style>