Shades of Baker's Chocolate #4B2805
Tints of Baker's Chocolate #4B2805
RGB
CMYK
RGB Variations
Color information
#4B2805 (or 0x4B2805) is known color: Baker's Chocolate. HEX triplet: 4B, 28 and 05. RGB value is (75,40,5). Sum of RGB (Red+Green+Blue) = 75+40+5=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2805 is #B4D7FA. Grayscale: #2E2E2E. Windows color (decimal): -11851771 or 337995. OLE color: 337995.
HSL color Cylindrical-coordinate representation of color #4B2805: hue angle of 30º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B2805 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 40 | 5 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.71 |
| HSL | 30º | 0.88% | 0.16% | - |
| HSV(B) | 30º | 0.93% | 0.29% | - |
| XYZ | 3.69 | 3.02 | 0.53 | - |
| YUV | 46.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 40 | 5 | 0 | 0.47 | 0.93 | 0.71 | 30 | 0.88 | 0.16 |
| Hex | 4B | 28 | 5 | 0 | 2F | 5D | 47 | 1E | 58 | 10 |
| Octal | 113 | 50 | 5 | 0 | 57 | 135 | 107 | 36 | 130 | 20 |
| Binary | 1001011 | 101000 | 101 | 0 | 101111 | 1011101 | 1000111 | 11110 | 1011000 | 10000 |
Color Harmonies of #4B2805
Complementary color
Monochromatic Colors of #4B2805
Black with #4B2805
Text Example
Text Example
White with #4B2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2805; }
p { color: rgb(75,40,5); }
H1.HeaderClassName
{
color: #4B2805;
}
.AnyTagClassName
{
color: #4B2805;
}
</style>
background-color css
<style>
a { background-color: #4B2805; }
a { background-color: rgb(75,40,5); }
div.DivClassName
{
background-color: #4B2805;
}
.BgClassName
{
background-color: #4B2805;
}
</style>
border-color css
<style>
span { border-color: #4B2805; }
span { border-color: rgb(75,40,5); }
td.TdClassName
{
border-color: #4B2805;
}
.TagClassName
{
border-color: #4B2805;
}
</style>