Shades of Baker's Chocolate #4A2705
Tints of Baker's Chocolate #4A2705
RGB
CMYK
RGB Variations
Color information
#4A2705 (or 0x4A2705) is known color: Baker's Chocolate. HEX triplet: 4A, 27 and 05. RGB value is (74,39,5). Sum of RGB (Red+Green+Blue) = 74+39+5=118 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.71% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2705 is #B5D8FA. Grayscale: #2D2D2D. Windows color (decimal): -11917563 or 337738. OLE color: 337738.
HSL color Cylindrical-coordinate representation of color #4A2705: hue angle of 29.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A2705 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 5 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.71 |
| HSL | 29.57º | 0.87% | 0.15% | - |
| HSV(B) | 29.57º | 0.93% | 0.29% | - |
| XYZ | 3.58 | 2.92 | 0.52 | - |
| YUV | 45.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 5 | 0 | 0.47 | 0.93 | 0.71 | 29.57 | 0.87 | 0.15 |
| Hex | 4A | 27 | 5 | 0 | 2F | 5D | 47 | 1E | 57 | F |
| Octal | 112 | 47 | 5 | 0 | 57 | 135 | 107 | 36 | 127 | 17 |
| Binary | 1001010 | 100111 | 101 | 0 | 101111 | 1011101 | 1000111 | 11110 | 1010111 | 1111 |
Color Harmonies of #4A2705
Complementary color
Monochromatic Colors of #4A2705
Black with #4A2705
Text Example
Text Example
White with #4A2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2705; }
p { color: rgb(74,39,5); }
H1.HeaderClassName
{
color: #4A2705;
}
.AnyTagClassName
{
color: #4A2705;
}
</style>
background-color css
<style>
a { background-color: #4A2705; }
a { background-color: rgb(74,39,5); }
div.DivClassName
{
background-color: #4A2705;
}
.BgClassName
{
background-color: #4A2705;
}
</style>
border-color css
<style>
span { border-color: #4A2705; }
span { border-color: rgb(74,39,5); }
td.TdClassName
{
border-color: #4A2705;
}
.TagClassName
{
border-color: #4A2705;
}
</style>