Shades of Baker's Chocolate #702502
Tints of Baker's Chocolate #702502
RGB
CMYK
RGB Variations
Color information
#702502 (or 0x702502) is known color: Baker's Chocolate. HEX triplet: 70, 25 and 02. RGB value is (112,37,2). Sum of RGB (Red+Green+Blue) = 112+37+2=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #702502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702502 is #8FDAFD. Grayscale: #373737. Windows color (decimal): -9427710 or 140656. OLE color: 140656.
HSL color Cylindrical-coordinate representation of color #702502: hue angle of 19.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #702502 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.56 |
| HSL | 19.09º | 0.96% | 0.22% | - |
| HSV(B) | 19.09º | 0.98% | 0.44% | - |
| XYZ | 7.35 | 4.77 | 0.59 | - |
| YUV | 55.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 2 | 0 | 0.67 | 0.98 | 0.56 | 19.09 | 0.96 | 0.22 |
| Hex | 70 | 25 | 2 | 0 | 43 | 62 | 38 | 13 | 60 | 16 |
| Octal | 160 | 45 | 2 | 0 | 103 | 142 | 70 | 23 | 140 | 26 |
| Binary | 1110000 | 100101 | 10 | 0 | 1000011 | 1100010 | 111000 | 10011 | 1100000 | 10110 |
Color Harmonies of #702502
Complementary color
Monochromatic Colors of #702502
Black with #702502
Text Example
Text Example
White with #702502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702502; }
p { color: rgb(112,37,2); }
H1.HeaderClassName
{
color: #702502;
}
.AnyTagClassName
{
color: #702502;
}
</style>
background-color css
<style>
a { background-color: #702502; }
a { background-color: rgb(112,37,2); }
div.DivClassName
{
background-color: #702502;
}
.BgClassName
{
background-color: #702502;
}
</style>
border-color css
<style>
span { border-color: #702502; }
span { border-color: rgb(112,37,2); }
td.TdClassName
{
border-color: #702502;
}
.TagClassName
{
border-color: #702502;
}
</style>