Shades of Baker's Chocolate #702700
Tints of Baker's Chocolate #702700
RGB
CMYK
RGB Variations
Color information
#702700 (or 0x702700) is known color: Baker's Chocolate. HEX triplet: 70, 27 and 00. RGB value is (112,39,0). Sum of RGB (Red+Green+Blue) = 112+39+0=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #702700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702700 is #8FD8FF. Grayscale: #383838. Windows color (decimal): -9427200 or 10096. OLE color: 10096.
HSL color Cylindrical-coordinate representation of color #702700: hue angle of 20.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #702700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.56 |
| HSL | 20.89º | 1% | 0.22% | - |
| HSV(B) | 20.89º | 1% | 0.44% | - |
| XYZ | 7.41 | 4.9 | 0.55 | - |
| YUV | 56.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 0 | 0 | 0.65 | 1 | 0.56 | 20.89 | 1 | 0.22 |
| Hex | 70 | 27 | 0 | 0 | 41 | 64 | 38 | 15 | 64 | 16 |
| Octal | 160 | 47 | 0 | 0 | 101 | 144 | 70 | 25 | 144 | 26 |
| Binary | 1110000 | 100111 | 0 | 0 | 1000001 | 1100100 | 111000 | 10101 | 1100100 | 10110 |
Color Harmonies of #702700
Complementary color
Monochromatic Colors of #702700
Black with #702700
Text Example
Text Example
White with #702700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702700; }
p { color: rgb(112,39,0); }
H1.HeaderClassName
{
color: #702700;
}
.AnyTagClassName
{
color: #702700;
}
</style>
background-color css
<style>
a { background-color: #702700; }
a { background-color: rgb(112,39,0); }
div.DivClassName
{
background-color: #702700;
}
.BgClassName
{
background-color: #702700;
}
</style>
border-color css
<style>
span { border-color: #702700; }
span { border-color: rgb(112,39,0); }
td.TdClassName
{
border-color: #702700;
}
.TagClassName
{
border-color: #702700;
}
</style>