Shades of Baker's Chocolate #4B2404
Tints of Baker's Chocolate #4B2404
RGB
CMYK
RGB Variations
Color information
#4B2404 (or 0x4B2404) is known color: Baker's Chocolate. HEX triplet: 4B, 24 and 04. RGB value is (75,36,4). Sum of RGB (Red+Green+Blue) = 75+36+4=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2404 is #B4DBFB. Grayscale: #2C2C2C. Windows color (decimal): -11852796 or 271435. OLE color: 271435.
HSL color Cylindrical-coordinate representation of color #4B2404: hue angle of 27.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B2404 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 4 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.71 |
| HSL | 27.04º | 0.9% | 0.15% | - |
| HSV(B) | 27.04º | 0.95% | 0.29% | - |
| XYZ | 3.55 | 2.77 | 0.46 | - |
| YUV | 44.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 4 | 0 | 0.52 | 0.95 | 0.71 | 27.04 | 0.9 | 0.15 |
| Hex | 4B | 24 | 4 | 0 | 34 | 5F | 47 | 1B | 5A | F |
| Octal | 113 | 44 | 4 | 0 | 64 | 137 | 107 | 33 | 132 | 17 |
| Binary | 1001011 | 100100 | 100 | 0 | 110100 | 1011111 | 1000111 | 11011 | 1011010 | 1111 |
Color Harmonies of #4B2404
Complementary color
Monochromatic Colors of #4B2404
Black with #4B2404
Text Example
Text Example
White with #4B2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2404; }
p { color: rgb(75,36,4); }
H1.HeaderClassName
{
color: #4B2404;
}
.AnyTagClassName
{
color: #4B2404;
}
</style>
background-color css
<style>
a { background-color: #4B2404; }
a { background-color: rgb(75,36,4); }
div.DivClassName
{
background-color: #4B2404;
}
.BgClassName
{
background-color: #4B2404;
}
</style>
border-color css
<style>
span { border-color: #4B2404; }
span { border-color: rgb(75,36,4); }
td.TdClassName
{
border-color: #4B2404;
}
.TagClassName
{
border-color: #4B2404;
}
</style>