Shades of Baker's Chocolate #4A2D02
Tints of Baker's Chocolate #4A2D02
RGB
CMYK
RGB Variations
Color information
#4A2D02 (or 0x4A2D02) is known color: Baker's Chocolate. HEX triplet: 4A, 2D and 02. RGB value is (74,45,2). Sum of RGB (Red+Green+Blue) = 74+45+2=121 (16% of max value = 765). Red value is 74 (29.30% from 255 or 61.16% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2D02 is #B5D2FD. Grayscale: #303030. Windows color (decimal): -11916030 or 142666. OLE color: 142666.
HSL color Cylindrical-coordinate representation of color #4A2D02: hue angle of 35.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A2D02 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 2 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.71 |
| HSL | 35.83º | 0.95% | 0.15% | - |
| HSV(B) | 35.83º | 0.97% | 0.29% | - |
| XYZ | 3.77 | 3.34 | 0.5 | - |
| YUV | 48.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 2 | 0 | 0.39 | 0.97 | 0.71 | 35.83 | 0.95 | 0.15 |
| Hex | 4A | 2D | 2 | 0 | 27 | 61 | 47 | 24 | 5F | F |
| Octal | 112 | 55 | 2 | 0 | 47 | 141 | 107 | 44 | 137 | 17 |
| Binary | 1001010 | 101101 | 10 | 0 | 100111 | 1100001 | 1000111 | 100100 | 1011111 | 1111 |
Color Harmonies of #4A2D02
Complementary color
Monochromatic Colors of #4A2D02
Black with #4A2D02
Text Example
Text Example
White with #4A2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D02; }
p { color: rgb(74,45,2); }
H1.HeaderClassName
{
color: #4A2D02;
}
.AnyTagClassName
{
color: #4A2D02;
}
</style>
background-color css
<style>
a { background-color: #4A2D02; }
a { background-color: rgb(74,45,2); }
div.DivClassName
{
background-color: #4A2D02;
}
.BgClassName
{
background-color: #4A2D02;
}
</style>
border-color css
<style>
span { border-color: #4A2D02; }
span { border-color: rgb(74,45,2); }
td.TdClassName
{
border-color: #4A2D02;
}
.TagClassName
{
border-color: #4A2D02;
}
</style>