Shades of Baker's Chocolate #742B05
Tints of Baker's Chocolate #742B05
RGB
CMYK
RGB Variations
Color information
#742B05 (or 0x742B05) is known color: Baker's Chocolate. HEX triplet: 74, 2B and 05. RGB value is (116,43,5). Sum of RGB (Red+Green+Blue) = 116+43+5=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #742B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742B05 is #8BD4FA. Grayscale: #3C3C3C. Windows color (decimal): -9164027 or 338804. OLE color: 338804.
HSL color Cylindrical-coordinate representation of color #742B05: hue angle of 20.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #742B05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 5 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.55 |
| HSL | 20.54º | 0.92% | 0.24% | - |
| HSV(B) | 20.54º | 0.96% | 0.45% | - |
| XYZ | 8.09 | 5.45 | 0.77 | - |
| YUV | 60.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 5 | 0 | 0.63 | 0.96 | 0.55 | 20.54 | 0.92 | 0.24 |
| Hex | 74 | 2B | 5 | 0 | 3F | 60 | 37 | 15 | 5C | 18 |
| Octal | 164 | 53 | 5 | 0 | 77 | 140 | 67 | 25 | 134 | 30 |
| Binary | 1110100 | 101011 | 101 | 0 | 111111 | 1100000 | 110111 | 10101 | 1011100 | 11000 |
Color Harmonies of #742B05
Complementary color
Monochromatic Colors of #742B05
Black with #742B05
Text Example
Text Example
White with #742B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B05; }
p { color: rgb(116,43,5); }
H1.HeaderClassName
{
color: #742B05;
}
.AnyTagClassName
{
color: #742B05;
}
</style>
background-color css
<style>
a { background-color: #742B05; }
a { background-color: rgb(116,43,5); }
div.DivClassName
{
background-color: #742B05;
}
.BgClassName
{
background-color: #742B05;
}
</style>
border-color css
<style>
span { border-color: #742B05; }
span { border-color: rgb(116,43,5); }
td.TdClassName
{
border-color: #742B05;
}
.TagClassName
{
border-color: #742B05;
}
</style>