Shades of Baker's Chocolate #742801
Tints of Baker's Chocolate #742801
RGB
CMYK
RGB Variations
Color information
#742801 (or 0x742801) is known color: Baker's Chocolate. HEX triplet: 74, 28 and 01. RGB value is (116,40,1). Sum of RGB (Red+Green+Blue) = 116+40+1=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #742801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742801 is #8BD7FE. Grayscale: #3A3A3A. Windows color (decimal): -9164799 or 75892. OLE color: 75892.
HSL color Cylindrical-coordinate representation of color #742801: hue angle of 20.35º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #742801 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.55 |
| HSL | 20.35º | 0.98% | 0.23% | - |
| HSV(B) | 20.35º | 0.99% | 0.45% | - |
| XYZ | 7.97 | 5.23 | 0.62 | - |
| YUV | 58.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 1 | 0 | 0.66 | 0.99 | 0.55 | 20.35 | 0.98 | 0.23 |
| Hex | 74 | 28 | 1 | 0 | 42 | 63 | 37 | 14 | 62 | 17 |
| Octal | 164 | 50 | 1 | 0 | 102 | 143 | 67 | 24 | 142 | 27 |
| Binary | 1110100 | 101000 | 1 | 0 | 1000010 | 1100011 | 110111 | 10100 | 1100010 | 10111 |
Color Harmonies of #742801
Complementary color
Monochromatic Colors of #742801
Black with #742801
Text Example
Text Example
White with #742801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742801; }
p { color: rgb(116,40,1); }
H1.HeaderClassName
{
color: #742801;
}
.AnyTagClassName
{
color: #742801;
}
</style>
background-color css
<style>
a { background-color: #742801; }
a { background-color: rgb(116,40,1); }
div.DivClassName
{
background-color: #742801;
}
.BgClassName
{
background-color: #742801;
}
</style>
border-color css
<style>
span { border-color: #742801; }
span { border-color: rgb(116,40,1); }
td.TdClassName
{
border-color: #742801;
}
.TagClassName
{
border-color: #742801;
}
</style>