Shades of Baker's Chocolate #4A2708
Tints of Baker's Chocolate #4A2708
RGB
CMYK
RGB Variations
Color information
#4A2708 (or 0x4A2708) is known color: Baker's Chocolate. HEX triplet: 4A, 27 and 08. RGB value is (74,39,8). Sum of RGB (Red+Green+Blue) = 74+39+8=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2708 is #B5D8F7. Grayscale: #2E2E2E. Windows color (decimal): -11917560 or 534346. OLE color: 534346.
HSL color Cylindrical-coordinate representation of color #4A2708: hue angle of 28.18º degrees, saturation: 0.8, 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 #4A2708 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 8 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.71 |
| HSL | 28.18º | 0.8% | 0.16% | - |
| HSV(B) | 28.18º | 0.89% | 0.29% | - |
| XYZ | 3.59 | 2.92 | 0.6 | - |
| YUV | 45.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 8 | 0 | 0.47 | 0.89 | 0.71 | 28.18 | 0.8 | 0.16 |
| Hex | 4A | 27 | 8 | 0 | 2F | 59 | 47 | 1C | 50 | 10 |
| Octal | 112 | 47 | 10 | 0 | 57 | 131 | 107 | 34 | 120 | 20 |
| Binary | 1001010 | 100111 | 1000 | 0 | 101111 | 1011001 | 1000111 | 11100 | 1010000 | 10000 |
Color Harmonies of #4A2708
Complementary color
Monochromatic Colors of #4A2708
Black with #4A2708
Text Example
Text Example
White with #4A2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2708; }
p { color: rgb(74,39,8); }
H1.HeaderClassName
{
color: #4A2708;
}
.AnyTagClassName
{
color: #4A2708;
}
</style>
background-color css
<style>
a { background-color: #4A2708; }
a { background-color: rgb(74,39,8); }
div.DivClassName
{
background-color: #4A2708;
}
.BgClassName
{
background-color: #4A2708;
}
</style>
border-color css
<style>
span { border-color: #4A2708; }
span { border-color: rgb(74,39,8); }
td.TdClassName
{
border-color: #4A2708;
}
.TagClassName
{
border-color: #4A2708;
}
</style>