Shades of Baker's Chocolate #4B2100
Tints of Baker's Chocolate #4B2100
RGB
CMYK
RGB Variations
Color information
#4B2100 (or 0x4B2100) is known color: Baker's Chocolate. HEX triplet: 4B, 21 and 00. RGB value is (75,33,0). Sum of RGB (Red+Green+Blue) = 75+33+0=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2100 is #B4DEFF. Grayscale: #292929. Windows color (decimal): -11853568 or 8523. OLE color: 8523.
HSL color Cylindrical-coordinate representation of color #4B2100: hue angle of 26.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B2100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.71 |
| HSL | 26.4º | 1% | 0.15% | - |
| HSV(B) | 26.4º | 1% | 0.29% | - |
| XYZ | 3.45 | 2.58 | 0.32 | - |
| YUV | 41.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 0 | 0 | 0.56 | 1 | 0.71 | 26.4 | 1 | 0.15 |
| Hex | 4B | 21 | 0 | 0 | 38 | 64 | 47 | 1A | 64 | F |
| Octal | 113 | 41 | 0 | 0 | 70 | 144 | 107 | 32 | 144 | 17 |
| Binary | 1001011 | 100001 | 0 | 0 | 111000 | 1100100 | 1000111 | 11010 | 1100100 | 1111 |
Color Harmonies of #4B2100
Complementary color
Monochromatic Colors of #4B2100
Black with #4B2100
Text Example
Text Example
White with #4B2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2100; }
p { color: rgb(75,33,0); }
H1.HeaderClassName
{
color: #4B2100;
}
.AnyTagClassName
{
color: #4B2100;
}
</style>
background-color css
<style>
a { background-color: #4B2100; }
a { background-color: rgb(75,33,0); }
div.DivClassName
{
background-color: #4B2100;
}
.BgClassName
{
background-color: #4B2100;
}
</style>
border-color css
<style>
span { border-color: #4B2100; }
span { border-color: rgb(75,33,0); }
td.TdClassName
{
border-color: #4B2100;
}
.TagClassName
{
border-color: #4B2100;
}
</style>