Shades of Baker's Chocolate #62350B
Tints of Baker's Chocolate #62350B
RGB
CMYK
RGB Variations
Color information
#62350B (or 0x62350B) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 0B. RGB value is (98,53,11). Sum of RGB (Red+Green+Blue) = 98+53+11=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350B is #9DCAF4. Grayscale: #3D3D3D. Windows color (decimal): -10341109 or 734562. OLE color: 734562.
HSL color Cylindrical-coordinate representation of color #62350B: hue angle of 28.97º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62350B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 11 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.62 |
| HSL | 28.97º | 0.8% | 0.21% | - |
| HSV(B) | 28.97º | 0.89% | 0.38% | - |
| XYZ | 6.37 | 5.17 | 0.98 | - |
| YUV | 61.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 11 | 0 | 0.46 | 0.89 | 0.62 | 28.97 | 0.8 | 0.21 |
| Hex | 62 | 35 | B | 0 | 2E | 59 | 3E | 1D | 50 | 15 |
| Octal | 142 | 65 | 13 | 0 | 56 | 131 | 76 | 35 | 120 | 25 |
| Binary | 1100010 | 110101 | 1011 | 0 | 101110 | 1011001 | 111110 | 11101 | 1010000 | 10101 |
Color Harmonies of #62350B
Complementary color
Monochromatic Colors of #62350B
Black with #62350B
Text Example
Text Example
White with #62350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62350B; }
p { color: rgb(98,53,11); }
H1.HeaderClassName
{
color: #62350B;
}
.AnyTagClassName
{
color: #62350B;
}
</style>
background-color css
<style>
a { background-color: #62350B; }
a { background-color: rgb(98,53,11); }
div.DivClassName
{
background-color: #62350B;
}
.BgClassName
{
background-color: #62350B;
}
</style>
border-color css
<style>
span { border-color: #62350B; }
span { border-color: rgb(98,53,11); }
td.TdClassName
{
border-color: #62350B;
}
.TagClassName
{
border-color: #62350B;
}
</style>