Shades of Baker's Chocolate #4B2802
Tints of Baker's Chocolate #4B2802
RGB
CMYK
RGB Variations
Color information
#4B2802 (or 0x4B2802) is known color: Baker's Chocolate. HEX triplet: 4B, 28 and 02. RGB value is (75,40,2). Sum of RGB (Red+Green+Blue) = 75+40+2=117 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.10% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2802 is #B4D7FD. Grayscale: #2E2E2E. Windows color (decimal): -11851774 or 141387. OLE color: 141387.
HSL color Cylindrical-coordinate representation of color #4B2802: hue angle of 31.23º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B2802 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 2 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.71 |
| HSL | 31.23º | 0.95% | 0.15% | - |
| HSV(B) | 31.23º | 0.97% | 0.29% | - |
| XYZ | 3.67 | 3.02 | 0.45 | - |
| YUV | 46.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 2 | 0 | 0.47 | 0.97 | 0.71 | 31.23 | 0.95 | 0.15 |
| Hex | 4B | 28 | 2 | 0 | 2F | 61 | 47 | 1F | 5F | F |
| Octal | 113 | 50 | 2 | 0 | 57 | 141 | 107 | 37 | 137 | 17 |
| Binary | 1001011 | 101000 | 10 | 0 | 101111 | 1100001 | 1000111 | 11111 | 1011111 | 1111 |
Color Harmonies of #4B2802
Complementary color
Monochromatic Colors of #4B2802
Black with #4B2802
Text Example
Text Example
White with #4B2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2802; }
p { color: rgb(75,40,2); }
H1.HeaderClassName
{
color: #4B2802;
}
.AnyTagClassName
{
color: #4B2802;
}
</style>
background-color css
<style>
a { background-color: #4B2802; }
a { background-color: rgb(75,40,2); }
div.DivClassName
{
background-color: #4B2802;
}
.BgClassName
{
background-color: #4B2802;
}
</style>
border-color css
<style>
span { border-color: #4B2802; }
span { border-color: rgb(75,40,2); }
td.TdClassName
{
border-color: #4B2802;
}
.TagClassName
{
border-color: #4B2802;
}
</style>