Shades of Baker's Chocolate #702507
Tints of Baker's Chocolate #702507
RGB
CMYK
RGB Variations
Color information
#702507 (or 0x702507) is known color: Baker's Chocolate. HEX triplet: 70, 25 and 07. RGB value is (112,37,7). Sum of RGB (Red+Green+Blue) = 112+37+7=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #702507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702507 is #8FDAF8. Grayscale: #383838. Windows color (decimal): -9427705 or 468336. OLE color: 468336.
HSL color Cylindrical-coordinate representation of color #702507: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #702507 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 7 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.56 |
| HSL | 17.14º | 0.88% | 0.23% | - |
| HSV(B) | 17.14º | 0.94% | 0.44% | - |
| XYZ | 7.38 | 4.78 | 0.74 | - |
| YUV | 56.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 7 | 0 | 0.67 | 0.94 | 0.56 | 17.14 | 0.88 | 0.23 |
| Hex | 70 | 25 | 7 | 0 | 43 | 5E | 38 | 11 | 58 | 17 |
| Octal | 160 | 45 | 7 | 0 | 103 | 136 | 70 | 21 | 130 | 27 |
| Binary | 1110000 | 100101 | 111 | 0 | 1000011 | 1011110 | 111000 | 10001 | 1011000 | 10111 |
Color Harmonies of #702507
Complementary color
Monochromatic Colors of #702507
Black with #702507
Text Example
Text Example
White with #702507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702507; }
p { color: rgb(112,37,7); }
H1.HeaderClassName
{
color: #702507;
}
.AnyTagClassName
{
color: #702507;
}
</style>
background-color css
<style>
a { background-color: #702507; }
a { background-color: rgb(112,37,7); }
div.DivClassName
{
background-color: #702507;
}
.BgClassName
{
background-color: #702507;
}
</style>
border-color css
<style>
span { border-color: #702507; }
span { border-color: rgb(112,37,7); }
td.TdClassName
{
border-color: #702507;
}
.TagClassName
{
border-color: #702507;
}
</style>