Shades of Baker's Chocolate #703404
Tints of Baker's Chocolate #703404
RGB
CMYK
RGB Variations
Color information
#703404 (or 0x703404) is known color: Baker's Chocolate. HEX triplet: 70, 34 and 04. RGB value is (112,52,4). Sum of RGB (Red+Green+Blue) = 112+52+4=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #703404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703404 is #8FCBFB. Grayscale: #404040. Windows color (decimal): -9423868 or 275568. OLE color: 275568.
HSL color Cylindrical-coordinate representation of color #703404: hue angle of 26.67º degrees, saturation: 0.93, 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 #703404 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 4 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.56 |
| HSL | 26.67º | 0.93% | 0.23% | - |
| HSV(B) | 26.67º | 0.96% | 0.44% | - |
| XYZ | 7.93 | 5.91 | 0.84 | - |
| YUV | 64.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 4 | 0 | 0.54 | 0.96 | 0.56 | 26.67 | 0.93 | 0.23 |
| Hex | 70 | 34 | 4 | 0 | 36 | 60 | 38 | 1B | 5D | 17 |
| Octal | 160 | 64 | 4 | 0 | 66 | 140 | 70 | 33 | 135 | 27 |
| Binary | 1110000 | 110100 | 100 | 0 | 110110 | 1100000 | 111000 | 11011 | 1011101 | 10111 |
Color Harmonies of #703404
Complementary color
Monochromatic Colors of #703404
Black with #703404
Text Example
Text Example
White with #703404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703404; }
p { color: rgb(112,52,4); }
H1.HeaderClassName
{
color: #703404;
}
.AnyTagClassName
{
color: #703404;
}
</style>
background-color css
<style>
a { background-color: #703404; }
a { background-color: rgb(112,52,4); }
div.DivClassName
{
background-color: #703404;
}
.BgClassName
{
background-color: #703404;
}
</style>
border-color css
<style>
span { border-color: #703404; }
span { border-color: rgb(112,52,4); }
td.TdClassName
{
border-color: #703404;
}
.TagClassName
{
border-color: #703404;
}
</style>