Shades of Baker's Chocolate #703205
Tints of Baker's Chocolate #703205
RGB
CMYK
RGB Variations
Color information
#703205 (or 0x703205) is known color: Baker's Chocolate. HEX triplet: 70, 32 and 05. RGB value is (112,50,5). Sum of RGB (Red+Green+Blue) = 112+50+5=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #703205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703205 is #8FCDFA. Grayscale: #3F3F3F. Windows color (decimal): -9424379 or 340592. OLE color: 340592.
HSL color Cylindrical-coordinate representation of color #703205: hue angle of 25.23º 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 #703205 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 5 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.56 |
| HSL | 25.23º | 0.91% | 0.23% | - |
| HSV(B) | 25.23º | 0.96% | 0.44% | - |
| XYZ | 7.85 | 5.74 | 0.84 | - |
| YUV | 63.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 5 | 0 | 0.55 | 0.96 | 0.56 | 25.23 | 0.91 | 0.23 |
| Hex | 70 | 32 | 5 | 0 | 37 | 60 | 38 | 19 | 5B | 17 |
| Octal | 160 | 62 | 5 | 0 | 67 | 140 | 70 | 31 | 133 | 27 |
| Binary | 1110000 | 110010 | 101 | 0 | 110111 | 1100000 | 111000 | 11001 | 1011011 | 10111 |
Color Harmonies of #703205
Complementary color
Monochromatic Colors of #703205
Black with #703205
Text Example
Text Example
White with #703205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703205; }
p { color: rgb(112,50,5); }
H1.HeaderClassName
{
color: #703205;
}
.AnyTagClassName
{
color: #703205;
}
</style>
background-color css
<style>
a { background-color: #703205; }
a { background-color: rgb(112,50,5); }
div.DivClassName
{
background-color: #703205;
}
.BgClassName
{
background-color: #703205;
}
</style>
border-color css
<style>
span { border-color: #703205; }
span { border-color: rgb(112,50,5); }
td.TdClassName
{
border-color: #703205;
}
.TagClassName
{
border-color: #703205;
}
</style>