Shades of Baker's Chocolate #4B2709
Tints of Baker's Chocolate #4B2709
RGB
CMYK
RGB Variations
Color information
#4B2709 (or 0x4B2709) is known color: Baker's Chocolate. HEX triplet: 4B, 27 and 09. RGB value is (75,39,9). Sum of RGB (Red+Green+Blue) = 75+39+9=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2709 is #B4D8F6. Grayscale: #2E2E2E. Windows color (decimal): -11852023 or 599883. OLE color: 599883.
HSL color Cylindrical-coordinate representation of color #4B2709: hue angle of 27.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B2709 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 9 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.71 |
| HSL | 27.27º | 0.79% | 0.16% | - |
| HSV(B) | 27.27º | 0.88% | 0.29% | - |
| XYZ | 3.68 | 2.97 | 0.64 | - |
| YUV | 46.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 9 | 0 | 0.48 | 0.88 | 0.71 | 27.27 | 0.79 | 0.16 |
| Hex | 4B | 27 | 9 | 0 | 30 | 58 | 47 | 1B | 4F | 10 |
| Octal | 113 | 47 | 11 | 0 | 60 | 130 | 107 | 33 | 117 | 20 |
| Binary | 1001011 | 100111 | 1001 | 0 | 110000 | 1011000 | 1000111 | 11011 | 1001111 | 10000 |
Color Harmonies of #4B2709
Complementary color
Monochromatic Colors of #4B2709
Black with #4B2709
Text Example
Text Example
White with #4B2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2709; }
p { color: rgb(75,39,9); }
H1.HeaderClassName
{
color: #4B2709;
}
.AnyTagClassName
{
color: #4B2709;
}
</style>
background-color css
<style>
a { background-color: #4B2709; }
a { background-color: rgb(75,39,9); }
div.DivClassName
{
background-color: #4B2709;
}
.BgClassName
{
background-color: #4B2709;
}
</style>
border-color css
<style>
span { border-color: #4B2709; }
span { border-color: rgb(75,39,9); }
td.TdClassName
{
border-color: #4B2709;
}
.TagClassName
{
border-color: #4B2709;
}
</style>