Shades of Baker's Chocolate #4A2502
Tints of Baker's Chocolate #4A2502
RGB
CMYK
RGB Variations
Color information
#4A2502 (or 0x4A2502) is known color: Baker's Chocolate. HEX triplet: 4A, 25 and 02. RGB value is (74,37,2). Sum of RGB (Red+Green+Blue) = 74+37+2=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2502 is #B5DAFD. Grayscale: #2C2C2C. Windows color (decimal): -11918078 or 140618. OLE color: 140618.
HSL color Cylindrical-coordinate representation of color #4A2502: hue angle of 29.17º 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 #4A2502 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 2 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.71 |
| HSL | 29.17º | 0.95% | 0.15% | - |
| HSV(B) | 29.17º | 0.97% | 0.29% | - |
| XYZ | 3.5 | 2.78 | 0.41 | - |
| YUV | 44.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 2 | 0 | 0.50 | 0.97 | 0.71 | 29.17 | 0.95 | 0.15 |
| Hex | 4A | 25 | 2 | 0 | 32 | 61 | 47 | 1D | 5F | F |
| Octal | 112 | 45 | 2 | 0 | 62 | 141 | 107 | 35 | 137 | 17 |
| Binary | 1001010 | 100101 | 10 | 0 | 110010 | 1100001 | 1000111 | 11101 | 1011111 | 1111 |
Color Harmonies of #4A2502
Complementary color
Monochromatic Colors of #4A2502
Black with #4A2502
Text Example
Text Example
White with #4A2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2502; }
p { color: rgb(74,37,2); }
H1.HeaderClassName
{
color: #4A2502;
}
.AnyTagClassName
{
color: #4A2502;
}
</style>
background-color css
<style>
a { background-color: #4A2502; }
a { background-color: rgb(74,37,2); }
div.DivClassName
{
background-color: #4A2502;
}
.BgClassName
{
background-color: #4A2502;
}
</style>
border-color css
<style>
span { border-color: #4A2502; }
span { border-color: rgb(74,37,2); }
td.TdClassName
{
border-color: #4A2502;
}
.TagClassName
{
border-color: #4A2502;
}
</style>