Shades of Baker's Chocolate #742403
Tints of Baker's Chocolate #742403
RGB
CMYK
RGB Variations
Color information
#742403 (or 0x742403) is known color: Baker's Chocolate. HEX triplet: 74, 24 and 03. RGB value is (116,36,3). Sum of RGB (Red+Green+Blue) = 116+36+3=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742403 is #8BDBFC. Grayscale: #383838. Windows color (decimal): -9165821 or 205940. OLE color: 205940.
HSL color Cylindrical-coordinate representation of color #742403: hue angle of 17.52º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #742403 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 3 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.55 |
| HSL | 17.52º | 0.95% | 0.23% | - |
| HSV(B) | 17.52º | 0.97% | 0.45% | - |
| XYZ | 7.85 | 4.98 | 0.63 | - |
| YUV | 56.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 3 | 0 | 0.69 | 0.97 | 0.55 | 17.52 | 0.95 | 0.23 |
| Hex | 74 | 24 | 3 | 0 | 45 | 61 | 37 | 12 | 5F | 17 |
| Octal | 164 | 44 | 3 | 0 | 105 | 141 | 67 | 22 | 137 | 27 |
| Binary | 1110100 | 100100 | 11 | 0 | 1000101 | 1100001 | 110111 | 10010 | 1011111 | 10111 |
Color Harmonies of #742403
Complementary color
Monochromatic Colors of #742403
Black with #742403
Text Example
Text Example
White with #742403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742403; }
p { color: rgb(116,36,3); }
H1.HeaderClassName
{
color: #742403;
}
.AnyTagClassName
{
color: #742403;
}
</style>
background-color css
<style>
a { background-color: #742403; }
a { background-color: rgb(116,36,3); }
div.DivClassName
{
background-color: #742403;
}
.BgClassName
{
background-color: #742403;
}
</style>
border-color css
<style>
span { border-color: #742403; }
span { border-color: rgb(116,36,3); }
td.TdClassName
{
border-color: #742403;
}
.TagClassName
{
border-color: #742403;
}
</style>