Shades of Baker's Chocolate #62350C
Tints of Baker's Chocolate #62350C
RGB
CMYK
RGB Variations
Color information
#62350C (or 0x62350C) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 0C. RGB value is (98,53,12). Sum of RGB (Red+Green+Blue) = 98+53+12=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350C is #9DCAF3. Grayscale: #3D3D3D. Windows color (decimal): -10341108 or 800098. OLE color: 800098.
HSL color Cylindrical-coordinate representation of color #62350C: hue angle of 28.6º 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 #62350C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 12 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.62 |
| HSL | 28.6º | 0.78% | 0.22% | - |
| HSV(B) | 28.6º | 0.88% | 0.38% | - |
| XYZ | 6.38 | 5.17 | 1.01 | - |
| YUV | 61.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 12 | 0 | 0.46 | 0.88 | 0.62 | 28.6 | 0.78 | 0.22 |
| Hex | 62 | 35 | C | 0 | 2E | 58 | 3E | 1D | 4E | 16 |
| Octal | 142 | 65 | 14 | 0 | 56 | 130 | 76 | 35 | 116 | 26 |
| Binary | 1100010 | 110101 | 1100 | 0 | 101110 | 1011000 | 111110 | 11101 | 1001110 | 10110 |
Color Harmonies of #62350C
Complementary color
Monochromatic Colors of #62350C
Black with #62350C
Text Example
Text Example
White with #62350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62350C; }
p { color: rgb(98,53,12); }
H1.HeaderClassName
{
color: #62350C;
}
.AnyTagClassName
{
color: #62350C;
}
</style>
background-color css
<style>
a { background-color: #62350C; }
a { background-color: rgb(98,53,12); }
div.DivClassName
{
background-color: #62350C;
}
.BgClassName
{
background-color: #62350C;
}
</style>
border-color css
<style>
span { border-color: #62350C; }
span { border-color: rgb(98,53,12); }
td.TdClassName
{
border-color: #62350C;
}
.TagClassName
{
border-color: #62350C;
}
</style>