Shades of Baker's Chocolate #742E02
Tints of Baker's Chocolate #742E02
RGB
CMYK
RGB Variations
Color information
#742E02 (or 0x742E02) is known color: Baker's Chocolate. HEX triplet: 74, 2E and 02. RGB value is (116,46,2). Sum of RGB (Red+Green+Blue) = 116+46+2=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #742E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E02 is #8BD1FD. Grayscale: #3E3E3E. Windows color (decimal): -9163262 or 142964. OLE color: 142964.
HSL color Cylindrical-coordinate representation of color #742E02: hue angle of 23.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #742E02 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 2 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.55 |
| HSL | 23.16º | 0.97% | 0.23% | - |
| HSV(B) | 23.16º | 0.98% | 0.45% | - |
| XYZ | 8.19 | 5.67 | 0.72 | - |
| YUV | 61.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 2 | 0 | 0.60 | 0.98 | 0.55 | 23.16 | 0.97 | 0.23 |
| Hex | 74 | 2E | 2 | 0 | 3C | 62 | 37 | 17 | 61 | 17 |
| Octal | 164 | 56 | 2 | 0 | 74 | 142 | 67 | 27 | 141 | 27 |
| Binary | 1110100 | 101110 | 10 | 0 | 111100 | 1100010 | 110111 | 10111 | 1100001 | 10111 |
Color Harmonies of #742E02
Complementary color
Monochromatic Colors of #742E02
Black with #742E02
Text Example
Text Example
White with #742E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E02; }
p { color: rgb(116,46,2); }
H1.HeaderClassName
{
color: #742E02;
}
.AnyTagClassName
{
color: #742E02;
}
</style>
background-color css
<style>
a { background-color: #742E02; }
a { background-color: rgb(116,46,2); }
div.DivClassName
{
background-color: #742E02;
}
.BgClassName
{
background-color: #742E02;
}
</style>
border-color css
<style>
span { border-color: #742E02; }
span { border-color: rgb(116,46,2); }
td.TdClassName
{
border-color: #742E02;
}
.TagClassName
{
border-color: #742E02;
}
</style>