Shades of Baker's Chocolate #62370F
Tints of Baker's Chocolate #62370F
RGB
CMYK
RGB Variations
Color information
#62370F (or 0x62370F) is known color: Baker's Chocolate. HEX triplet: 62, 37 and 0F. RGB value is (98,55,15). Sum of RGB (Red+Green+Blue) = 98+55+15=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #62370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62370F is #9DC8F0. Grayscale: #3F3F3F. Windows color (decimal): -10340593 or 997218. OLE color: 997218.
HSL color Cylindrical-coordinate representation of color #62370F: hue angle of 28.92º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62370F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 15 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.62 |
| HSL | 28.92º | 0.73% | 0.22% | - |
| HSV(B) | 28.92º | 0.85% | 0.38% | - |
| XYZ | 6.49 | 5.36 | 1.15 | - |
| YUV | 63.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 15 | 0 | 0.44 | 0.85 | 0.62 | 28.92 | 0.73 | 0.22 |
| Hex | 62 | 37 | F | 0 | 2C | 55 | 3E | 1D | 49 | 16 |
| Octal | 142 | 67 | 17 | 0 | 54 | 125 | 76 | 35 | 111 | 26 |
| Binary | 1100010 | 110111 | 1111 | 0 | 101100 | 1010101 | 111110 | 11101 | 1001001 | 10110 |
Color Harmonies of #62370F
Complementary color
Monochromatic Colors of #62370F
Black with #62370F
Text Example
Text Example
White with #62370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62370F; }
p { color: rgb(98,55,15); }
H1.HeaderClassName
{
color: #62370F;
}
.AnyTagClassName
{
color: #62370F;
}
</style>
background-color css
<style>
a { background-color: #62370F; }
a { background-color: rgb(98,55,15); }
div.DivClassName
{
background-color: #62370F;
}
.BgClassName
{
background-color: #62370F;
}
</style>
border-color css
<style>
span { border-color: #62370F; }
span { border-color: rgb(98,55,15); }
td.TdClassName
{
border-color: #62370F;
}
.TagClassName
{
border-color: #62370F;
}
</style>