Shades of Baker's Chocolate #4A2D06
Tints of Baker's Chocolate #4A2D06
RGB
CMYK
RGB Variations
Color information
#4A2D06 (or 0x4A2D06) is known color: Baker's Chocolate. HEX triplet: 4A, 2D and 06. RGB value is (74,45,6). Sum of RGB (Red+Green+Blue) = 74+45+6=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2D06 is #B5D2F9. Grayscale: #313131. Windows color (decimal): -11916026 or 404810. OLE color: 404810.
HSL color Cylindrical-coordinate representation of color #4A2D06: hue angle of 34.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A2D06 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 6 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.71 |
| HSL | 34.41º | 0.85% | 0.16% | - |
| HSV(B) | 34.41º | 0.92% | 0.29% | - |
| XYZ | 3.8 | 3.35 | 0.62 | - |
| YUV | 49.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 6 | 0 | 0.39 | 0.92 | 0.71 | 34.41 | 0.85 | 0.16 |
| Hex | 4A | 2D | 6 | 0 | 27 | 5C | 47 | 22 | 55 | 10 |
| Octal | 112 | 55 | 6 | 0 | 47 | 134 | 107 | 42 | 125 | 20 |
| Binary | 1001010 | 101101 | 110 | 0 | 100111 | 1011100 | 1000111 | 100010 | 1010101 | 10000 |
Color Harmonies of #4A2D06
Complementary color
Monochromatic Colors of #4A2D06
Black with #4A2D06
Text Example
Text Example
White with #4A2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D06; }
p { color: rgb(74,45,6); }
H1.HeaderClassName
{
color: #4A2D06;
}
.AnyTagClassName
{
color: #4A2D06;
}
</style>
background-color css
<style>
a { background-color: #4A2D06; }
a { background-color: rgb(74,45,6); }
div.DivClassName
{
background-color: #4A2D06;
}
.BgClassName
{
background-color: #4A2D06;
}
</style>
border-color css
<style>
span { border-color: #4A2D06; }
span { border-color: rgb(74,45,6); }
td.TdClassName
{
border-color: #4A2D06;
}
.TagClassName
{
border-color: #4A2D06;
}
</style>