Shades of Baker's Chocolate #62250C
Tints of Baker's Chocolate #62250C
RGB
CMYK
RGB Variations
Color information
#62250C (or 0x62250C) is known color: Baker's Chocolate. HEX triplet: 62, 25 and 0C. RGB value is (98,37,12). Sum of RGB (Red+Green+Blue) = 98+37+12=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62250C is #9DDAF3. Grayscale: #343434. Windows color (decimal): -10345204 or 796002. OLE color: 796002.
HSL color Cylindrical-coordinate representation of color #62250C: hue angle of 17.44º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62250C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 37 | 12 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.62 |
| HSL | 17.44º | 0.78% | 0.22% | - |
| HSV(B) | 17.44º | 0.88% | 0.38% | - |
| XYZ | 5.76 | 3.95 | 0.81 | - |
| YUV | 52.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 12 | 0 | 0.62 | 0.88 | 0.62 | 17.44 | 0.78 | 0.22 |
| Hex | 62 | 25 | C | 0 | 3E | 58 | 3E | 11 | 4E | 16 |
| Octal | 142 | 45 | 14 | 0 | 76 | 130 | 76 | 21 | 116 | 26 |
| Binary | 1100010 | 100101 | 1100 | 0 | 111110 | 1011000 | 111110 | 10001 | 1001110 | 10110 |
Color Harmonies of #62250C
Complementary color
Monochromatic Colors of #62250C
Black with #62250C
Text Example
Text Example
White with #62250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62250C; }
p { color: rgb(98,37,12); }
H1.HeaderClassName
{
color: #62250C;
}
.AnyTagClassName
{
color: #62250C;
}
</style>
background-color css
<style>
a { background-color: #62250C; }
a { background-color: rgb(98,37,12); }
div.DivClassName
{
background-color: #62250C;
}
.BgClassName
{
background-color: #62250C;
}
</style>
border-color css
<style>
span { border-color: #62250C; }
span { border-color: rgb(98,37,12); }
td.TdClassName
{
border-color: #62250C;
}
.TagClassName
{
border-color: #62250C;
}
</style>