Shades of Baker's Chocolate #742901
Tints of Baker's Chocolate #742901
RGB
CMYK
RGB Variations
Color information
#742901 (or 0x742901) is known color: Baker's Chocolate. HEX triplet: 74, 29 and 01. RGB value is (116,41,1). Sum of RGB (Red+Green+Blue) = 116+41+1=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #742901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742901 is #8BD6FE. Grayscale: #3B3B3B. Windows color (decimal): -9164543 or 76148. OLE color: 76148.
HSL color Cylindrical-coordinate representation of color #742901: hue angle of 20.87º 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 #742901 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.55 |
| HSL | 20.87º | 0.98% | 0.23% | - |
| HSV(B) | 20.87º | 0.99% | 0.45% | - |
| XYZ | 8 | 5.3 | 0.63 | - |
| YUV | 58.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 1 | 0 | 0.65 | 0.99 | 0.55 | 20.87 | 0.98 | 0.23 |
| Hex | 74 | 29 | 1 | 0 | 41 | 63 | 37 | 15 | 62 | 17 |
| Octal | 164 | 51 | 1 | 0 | 101 | 143 | 67 | 25 | 142 | 27 |
| Binary | 1110100 | 101001 | 1 | 0 | 1000001 | 1100011 | 110111 | 10101 | 1100010 | 10111 |
Color Harmonies of #742901
Complementary color
Monochromatic Colors of #742901
Black with #742901
Text Example
Text Example
White with #742901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742901; }
p { color: rgb(116,41,1); }
H1.HeaderClassName
{
color: #742901;
}
.AnyTagClassName
{
color: #742901;
}
</style>
background-color css
<style>
a { background-color: #742901; }
a { background-color: rgb(116,41,1); }
div.DivClassName
{
background-color: #742901;
}
.BgClassName
{
background-color: #742901;
}
</style>
border-color css
<style>
span { border-color: #742901; }
span { border-color: rgb(116,41,1); }
td.TdClassName
{
border-color: #742901;
}
.TagClassName
{
border-color: #742901;
}
</style>