Shades of Baker's Chocolate #703409
Tints of Baker's Chocolate #703409
RGB
CMYK
RGB Variations
Color information
#703409 (or 0x703409) is known color: Baker's Chocolate. HEX triplet: 70, 34 and 09. RGB value is (112,52,9). Sum of RGB (Red+Green+Blue) = 112+52+9=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703409 is #8FCBF6. Grayscale: #414141. Windows color (decimal): -9423863 or 603248. OLE color: 603248.
HSL color Cylindrical-coordinate representation of color #703409: hue angle of 25.05º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #703409 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 9 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.56 |
| HSL | 25.05º | 0.85% | 0.24% | - |
| HSV(B) | 25.05º | 0.92% | 0.44% | - |
| XYZ | 7.96 | 5.92 | 0.98 | - |
| YUV | 65.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 9 | 0 | 0.54 | 0.92 | 0.56 | 25.05 | 0.85 | 0.24 |
| Hex | 70 | 34 | 9 | 0 | 36 | 5C | 38 | 19 | 55 | 18 |
| Octal | 160 | 64 | 11 | 0 | 66 | 134 | 70 | 31 | 125 | 30 |
| Binary | 1110000 | 110100 | 1001 | 0 | 110110 | 1011100 | 111000 | 11001 | 1010101 | 11000 |
Color Harmonies of #703409
Complementary color
Monochromatic Colors of #703409
Black with #703409
Text Example
Text Example
White with #703409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703409; }
p { color: rgb(112,52,9); }
H1.HeaderClassName
{
color: #703409;
}
.AnyTagClassName
{
color: #703409;
}
</style>
background-color css
<style>
a { background-color: #703409; }
a { background-color: rgb(112,52,9); }
div.DivClassName
{
background-color: #703409;
}
.BgClassName
{
background-color: #703409;
}
</style>
border-color css
<style>
span { border-color: #703409; }
span { border-color: rgb(112,52,9); }
td.TdClassName
{
border-color: #703409;
}
.TagClassName
{
border-color: #703409;
}
</style>