Shades of Baker's Chocolate #4A2704
Tints of Baker's Chocolate #4A2704
RGB
CMYK
RGB Variations
Color information
#4A2704 (or 0x4A2704) is known color: Baker's Chocolate. HEX triplet: 4A, 27 and 04. RGB value is (74,39,4). Sum of RGB (Red+Green+Blue) = 74+39+4=117 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.25% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2704 is #B5D8FB. Grayscale: #2D2D2D. Windows color (decimal): -11917564 or 272202. OLE color: 272202.
HSL color Cylindrical-coordinate representation of color #4A2704: hue angle of 30º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A2704 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 4 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.71 |
| HSL | 30º | 0.9% | 0.15% | - |
| HSV(B) | 30º | 0.95% | 0.29% | - |
| XYZ | 3.57 | 2.92 | 0.49 | - |
| YUV | 45.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 4 | 0 | 0.47 | 0.95 | 0.71 | 30 | 0.9 | 0.15 |
| Hex | 4A | 27 | 4 | 0 | 2F | 5F | 47 | 1E | 5A | F |
| Octal | 112 | 47 | 4 | 0 | 57 | 137 | 107 | 36 | 132 | 17 |
| Binary | 1001010 | 100111 | 100 | 0 | 101111 | 1011111 | 1000111 | 11110 | 1011010 | 1111 |
Color Harmonies of #4A2704
Complementary color
Monochromatic Colors of #4A2704
Black with #4A2704
Text Example
Text Example
White with #4A2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2704; }
p { color: rgb(74,39,4); }
H1.HeaderClassName
{
color: #4A2704;
}
.AnyTagClassName
{
color: #4A2704;
}
</style>
background-color css
<style>
a { background-color: #4A2704; }
a { background-color: rgb(74,39,4); }
div.DivClassName
{
background-color: #4A2704;
}
.BgClassName
{
background-color: #4A2704;
}
</style>
border-color css
<style>
span { border-color: #4A2704; }
span { border-color: rgb(74,39,4); }
td.TdClassName
{
border-color: #4A2704;
}
.TagClassName
{
border-color: #4A2704;
}
</style>