Shades of Baker's Chocolate #742502
Tints of Baker's Chocolate #742502
RGB
CMYK
RGB Variations
Color information
#742502 (or 0x742502) is known color: Baker's Chocolate. HEX triplet: 74, 25 and 02. RGB value is (116,37,2). Sum of RGB (Red+Green+Blue) = 116+37+2=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742502 is #8BDAFD. Grayscale: #383838. Windows color (decimal): -9165566 or 140660. OLE color: 140660.
HSL color Cylindrical-coordinate representation of color #742502: hue angle of 18.42º 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 #742502 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.55 |
| HSL | 18.42º | 0.97% | 0.23% | - |
| HSV(B) | 18.42º | 0.98% | 0.45% | - |
| XYZ | 7.87 | 5.04 | 0.62 | - |
| YUV | 56.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 2 | 0 | 0.68 | 0.98 | 0.55 | 18.42 | 0.97 | 0.23 |
| Hex | 74 | 25 | 2 | 0 | 44 | 62 | 37 | 12 | 61 | 17 |
| Octal | 164 | 45 | 2 | 0 | 104 | 142 | 67 | 22 | 141 | 27 |
| Binary | 1110100 | 100101 | 10 | 0 | 1000100 | 1100010 | 110111 | 10010 | 1100001 | 10111 |
Color Harmonies of #742502
Complementary color
Monochromatic Colors of #742502
Black with #742502
Text Example
Text Example
White with #742502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742502; }
p { color: rgb(116,37,2); }
H1.HeaderClassName
{
color: #742502;
}
.AnyTagClassName
{
color: #742502;
}
</style>
background-color css
<style>
a { background-color: #742502; }
a { background-color: rgb(116,37,2); }
div.DivClassName
{
background-color: #742502;
}
.BgClassName
{
background-color: #742502;
}
</style>
border-color css
<style>
span { border-color: #742502; }
span { border-color: rgb(116,37,2); }
td.TdClassName
{
border-color: #742502;
}
.TagClassName
{
border-color: #742502;
}
</style>