Shades of Baker's Chocolate #742C01
Tints of Baker's Chocolate #742C01
RGB
CMYK
RGB Variations
Color information
#742C01 (or 0x742C01) is known color: Baker's Chocolate. HEX triplet: 74, 2C and 01. RGB value is (116,44,1). Sum of RGB (Red+Green+Blue) = 116+44+1=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #742C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C01 is #8BD3FE. Grayscale: #3C3C3C. Windows color (decimal): -9163775 or 76916. OLE color: 76916.
HSL color Cylindrical-coordinate representation of color #742C01: hue angle of 22.43º 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 #742C01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.55 |
| HSL | 22.43º | 0.98% | 0.23% | - |
| HSV(B) | 22.43º | 0.99% | 0.45% | - |
| XYZ | 8.11 | 5.52 | 0.67 | - |
| YUV | 60.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 1 | 0 | 0.62 | 0.99 | 0.55 | 22.43 | 0.98 | 0.23 |
| Hex | 74 | 2C | 1 | 0 | 3E | 63 | 37 | 16 | 62 | 17 |
| Octal | 164 | 54 | 1 | 0 | 76 | 143 | 67 | 26 | 142 | 27 |
| Binary | 1110100 | 101100 | 1 | 0 | 111110 | 1100011 | 110111 | 10110 | 1100010 | 10111 |
Color Harmonies of #742C01
Complementary color
Monochromatic Colors of #742C01
Black with #742C01
Text Example
Text Example
White with #742C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C01; }
p { color: rgb(116,44,1); }
H1.HeaderClassName
{
color: #742C01;
}
.AnyTagClassName
{
color: #742C01;
}
</style>
background-color css
<style>
a { background-color: #742C01; }
a { background-color: rgb(116,44,1); }
div.DivClassName
{
background-color: #742C01;
}
.BgClassName
{
background-color: #742C01;
}
</style>
border-color css
<style>
span { border-color: #742C01; }
span { border-color: rgb(116,44,1); }
td.TdClassName
{
border-color: #742C01;
}
.TagClassName
{
border-color: #742C01;
}
</style>