Shades of Baker's Chocolate #742900
Tints of Baker's Chocolate #742900
RGB
CMYK
RGB Variations
Color information
#742900 (or 0x742900) is known color: Baker's Chocolate. HEX triplet: 74, 29 and 00. RGB value is (116,41,0). Sum of RGB (Red+Green+Blue) = 116+41+0=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #742900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742900 is #8BD6FF. Grayscale: #3A3A3A. Windows color (decimal): -9164544 or 10612. OLE color: 10612.
HSL color Cylindrical-coordinate representation of color #742900: hue angle of 21.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #742900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.55 |
| HSL | 21.21º | 1% | 0.23% | - |
| HSV(B) | 21.21º | 1% | 0.45% | - |
| XYZ | 8 | 5.3 | 0.6 | - |
| YUV | 58.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 0 | 0 | 0.65 | 1 | 0.55 | 21.21 | 1 | 0.23 |
| Hex | 74 | 29 | 0 | 0 | 41 | 64 | 37 | 15 | 64 | 17 |
| Octal | 164 | 51 | 0 | 0 | 101 | 144 | 67 | 25 | 144 | 27 |
| Binary | 1110100 | 101001 | 0 | 0 | 1000001 | 1100100 | 110111 | 10101 | 1100100 | 10111 |
Color Harmonies of #742900
Complementary color
Monochromatic Colors of #742900
Black with #742900
Text Example
Text Example
White with #742900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742900; }
p { color: rgb(116,41,0); }
H1.HeaderClassName
{
color: #742900;
}
.AnyTagClassName
{
color: #742900;
}
</style>
background-color css
<style>
a { background-color: #742900; }
a { background-color: rgb(116,41,0); }
div.DivClassName
{
background-color: #742900;
}
.BgClassName
{
background-color: #742900;
}
</style>
border-color css
<style>
span { border-color: #742900; }
span { border-color: rgb(116,41,0); }
td.TdClassName
{
border-color: #742900;
}
.TagClassName
{
border-color: #742900;
}
</style>