Shades of Baker's Chocolate #702C05
Tints of Baker's Chocolate #702C05
RGB
CMYK
RGB Variations
Color information
#702C05 (or 0x702C05) is known color: Baker's Chocolate. HEX triplet: 70, 2C and 05. RGB value is (112,44,5). Sum of RGB (Red+Green+Blue) = 112+44+5=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #702C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C05 is #8FD3FA. Grayscale: #3C3C3C. Windows color (decimal): -9425915 or 339056. OLE color: 339056.
HSL color Cylindrical-coordinate representation of color #702C05: hue angle of 21.87º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #702C05 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.56 |
| HSL | 21.87º | 0.91% | 0.23% | - |
| HSV(B) | 21.87º | 0.96% | 0.44% | - |
| XYZ | 7.61 | 5.26 | 0.76 | - |
| YUV | 59.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 5 | 0 | 0.61 | 0.96 | 0.56 | 21.87 | 0.91 | 0.23 |
| Hex | 70 | 2C | 5 | 0 | 3D | 60 | 38 | 16 | 5B | 17 |
| Octal | 160 | 54 | 5 | 0 | 75 | 140 | 70 | 26 | 133 | 27 |
| Binary | 1110000 | 101100 | 101 | 0 | 111101 | 1100000 | 111000 | 10110 | 1011011 | 10111 |
Color Harmonies of #702C05
Complementary color
Monochromatic Colors of #702C05
Black with #702C05
Text Example
Text Example
White with #702C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C05; }
p { color: rgb(112,44,5); }
H1.HeaderClassName
{
color: #702C05;
}
.AnyTagClassName
{
color: #702C05;
}
</style>
background-color css
<style>
a { background-color: #702C05; }
a { background-color: rgb(112,44,5); }
div.DivClassName
{
background-color: #702C05;
}
.BgClassName
{
background-color: #702C05;
}
</style>
border-color css
<style>
span { border-color: #702C05; }
span { border-color: rgb(112,44,5); }
td.TdClassName
{
border-color: #702C05;
}
.TagClassName
{
border-color: #702C05;
}
</style>