Shades of Baker's Chocolate #742301
Tints of Baker's Chocolate #742301
RGB
CMYK
RGB Variations
Color information
#742301 (or 0x742301) is known color: Baker's Chocolate. HEX triplet: 74, 23 and 01. RGB value is (116,35,1). Sum of RGB (Red+Green+Blue) = 116+35+1=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742301 is #8BDCFE. Grayscale: #373737. Windows color (decimal): -9166079 or 74612. OLE color: 74612.
HSL color Cylindrical-coordinate representation of color #742301: hue angle of 17.74º 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 #742301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.55 |
| HSL | 17.74º | 0.98% | 0.23% | - |
| HSV(B) | 17.74º | 0.99% | 0.45% | - |
| XYZ | 7.81 | 4.92 | 0.57 | - |
| YUV | 55.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 1 | 0 | 0.70 | 0.99 | 0.55 | 17.74 | 0.98 | 0.23 |
| Hex | 74 | 23 | 1 | 0 | 46 | 63 | 37 | 12 | 62 | 17 |
| Octal | 164 | 43 | 1 | 0 | 106 | 143 | 67 | 22 | 142 | 27 |
| Binary | 1110100 | 100011 | 1 | 0 | 1000110 | 1100011 | 110111 | 10010 | 1100010 | 10111 |
Color Harmonies of #742301
Complementary color
Monochromatic Colors of #742301
Black with #742301
Text Example
Text Example
White with #742301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742301; }
p { color: rgb(116,35,1); }
H1.HeaderClassName
{
color: #742301;
}
.AnyTagClassName
{
color: #742301;
}
</style>
background-color css
<style>
a { background-color: #742301; }
a { background-color: rgb(116,35,1); }
div.DivClassName
{
background-color: #742301;
}
.BgClassName
{
background-color: #742301;
}
</style>
border-color css
<style>
span { border-color: #742301; }
span { border-color: rgb(116,35,1); }
td.TdClassName
{
border-color: #742301;
}
.TagClassName
{
border-color: #742301;
}
</style>