Shades of Baker's Chocolate #4B2301
Tints of Baker's Chocolate #4B2301
RGB
CMYK
RGB Variations
Color information
#4B2301 (or 0x4B2301) is known color: Baker's Chocolate. HEX triplet: 4B, 23 and 01. RGB value is (75,35,1). Sum of RGB (Red+Green+Blue) = 75+35+1=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2301 is #B4DCFE. Grayscale: #2B2B2B. Windows color (decimal): -11853055 or 74571. OLE color: 74571.
HSL color Cylindrical-coordinate representation of color #4B2301: hue angle of 27.57º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B2301 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.71 |
| HSL | 27.57º | 0.97% | 0.15% | - |
| HSV(B) | 27.57º | 0.99% | 0.29% | - |
| XYZ | 3.51 | 2.7 | 0.36 | - |
| YUV | 43.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 1 | 0 | 0.53 | 0.99 | 0.71 | 27.57 | 0.97 | 0.15 |
| Hex | 4B | 23 | 1 | 0 | 35 | 63 | 47 | 1C | 61 | F |
| Octal | 113 | 43 | 1 | 0 | 65 | 143 | 107 | 34 | 141 | 17 |
| Binary | 1001011 | 100011 | 1 | 0 | 110101 | 1100011 | 1000111 | 11100 | 1100001 | 1111 |
Color Harmonies of #4B2301
Complementary color
Monochromatic Colors of #4B2301
Black with #4B2301
Text Example
Text Example
White with #4B2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2301; }
p { color: rgb(75,35,1); }
H1.HeaderClassName
{
color: #4B2301;
}
.AnyTagClassName
{
color: #4B2301;
}
</style>
background-color css
<style>
a { background-color: #4B2301; }
a { background-color: rgb(75,35,1); }
div.DivClassName
{
background-color: #4B2301;
}
.BgClassName
{
background-color: #4B2301;
}
</style>
border-color css
<style>
span { border-color: #4B2301; }
span { border-color: rgb(75,35,1); }
td.TdClassName
{
border-color: #4B2301;
}
.TagClassName
{
border-color: #4B2301;
}
</style>