Shades of Baker's Chocolate #4B2708
Tints of Baker's Chocolate #4B2708
RGB
CMYK
RGB Variations
Color information
#4B2708 (or 0x4B2708) is known color: Baker's Chocolate. HEX triplet: 4B, 27 and 08. RGB value is (75,39,8). Sum of RGB (Red+Green+Blue) = 75+39+8=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2708 is #B4D8F7. Grayscale: #2E2E2E. Windows color (decimal): -11852024 or 534347. OLE color: 534347.
HSL color Cylindrical-coordinate representation of color #4B2708: hue angle of 27.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B2708 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 8 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.71 |
| HSL | 27.76º | 0.81% | 0.16% | - |
| HSV(B) | 27.76º | 0.89% | 0.29% | - |
| XYZ | 3.67 | 2.96 | 0.61 | - |
| YUV | 46.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 8 | 0 | 0.48 | 0.89 | 0.71 | 27.76 | 0.81 | 0.16 |
| Hex | 4B | 27 | 8 | 0 | 30 | 59 | 47 | 1C | 51 | 10 |
| Octal | 113 | 47 | 10 | 0 | 60 | 131 | 107 | 34 | 121 | 20 |
| Binary | 1001011 | 100111 | 1000 | 0 | 110000 | 1011001 | 1000111 | 11100 | 1010001 | 10000 |
Color Harmonies of #4B2708
Complementary color
Monochromatic Colors of #4B2708
Black with #4B2708
Text Example
Text Example
White with #4B2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2708; }
p { color: rgb(75,39,8); }
H1.HeaderClassName
{
color: #4B2708;
}
.AnyTagClassName
{
color: #4B2708;
}
</style>
background-color css
<style>
a { background-color: #4B2708; }
a { background-color: rgb(75,39,8); }
div.DivClassName
{
background-color: #4B2708;
}
.BgClassName
{
background-color: #4B2708;
}
</style>
border-color css
<style>
span { border-color: #4B2708; }
span { border-color: rgb(75,39,8); }
td.TdClassName
{
border-color: #4B2708;
}
.TagClassName
{
border-color: #4B2708;
}
</style>