Shades of Baker's Chocolate #742F02
Tints of Baker's Chocolate #742F02
RGB
CMYK
RGB Variations
Color information
#742F02 (or 0x742F02) is known color: Baker's Chocolate. HEX triplet: 74, 2F and 02. RGB value is (116,47,2). Sum of RGB (Red+Green+Blue) = 116+47+2=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #742F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F02 is #8BD0FD. Grayscale: #3E3E3E. Windows color (decimal): -9163006 or 143220. OLE color: 143220.
HSL color Cylindrical-coordinate representation of color #742F02: hue angle of 23.68º 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 #742F02 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.55 |
| HSL | 23.68º | 0.97% | 0.23% | - |
| HSV(B) | 23.68º | 0.98% | 0.45% | - |
| XYZ | 8.23 | 5.75 | 0.73 | - |
| YUV | 62.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 2 | 0 | 0.59 | 0.98 | 0.55 | 23.68 | 0.97 | 0.23 |
| Hex | 74 | 2F | 2 | 0 | 3B | 62 | 37 | 18 | 61 | 17 |
| Octal | 164 | 57 | 2 | 0 | 73 | 142 | 67 | 30 | 141 | 27 |
| Binary | 1110100 | 101111 | 10 | 0 | 111011 | 1100010 | 110111 | 11000 | 1100001 | 10111 |
Color Harmonies of #742F02
Complementary color
Monochromatic Colors of #742F02
Black with #742F02
Text Example
Text Example
White with #742F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F02; }
p { color: rgb(116,47,2); }
H1.HeaderClassName
{
color: #742F02;
}
.AnyTagClassName
{
color: #742F02;
}
</style>
background-color css
<style>
a { background-color: #742F02; }
a { background-color: rgb(116,47,2); }
div.DivClassName
{
background-color: #742F02;
}
.BgClassName
{
background-color: #742F02;
}
</style>
border-color css
<style>
span { border-color: #742F02; }
span { border-color: rgb(116,47,2); }
td.TdClassName
{
border-color: #742F02;
}
.TagClassName
{
border-color: #742F02;
}
</style>