Shades of Baker's Chocolate #62371C
Tints of Baker's Chocolate #62371C
RGB
CMYK
RGB Variations
Color information
#62371C (or 0x62371C) is known color: Baker's Chocolate. HEX triplet: 62, 37 and 1C. RGB value is (98,55,28). Sum of RGB (Red+Green+Blue) = 98+55+28=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62371C is #9DC8E3. Grayscale: #404040. Windows color (decimal): -10340580 or 1849186. OLE color: 1849186.
HSL color Cylindrical-coordinate representation of color #62371C: hue angle of 23.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62371C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 55 | 28 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.62 |
| HSL | 23.14º | 0.56% | 0.25% | - |
| HSV(B) | 23.14º | 0.71% | 0.38% | - |
| XYZ | 6.61 | 5.41 | 1.79 | - |
| YUV | 64.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 28 | 0 | 0.44 | 0.71 | 0.62 | 23.14 | 0.56 | 0.25 |
| Hex | 62 | 37 | 1C | 0 | 2C | 47 | 3E | 17 | 38 | 19 |
| Octal | 142 | 67 | 34 | 0 | 54 | 107 | 76 | 27 | 70 | 31 |
| Binary | 1100010 | 110111 | 11100 | 0 | 101100 | 1000111 | 111110 | 10111 | 111000 | 11001 |
Color Harmonies of #62371C
Complementary color
Monochromatic Colors of #62371C
Black with #62371C
Text Example
Text Example
White with #62371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62371C; }
p { color: rgb(98,55,28); }
H1.HeaderClassName
{
color: #62371C;
}
.AnyTagClassName
{
color: #62371C;
}
</style>
background-color css
<style>
a { background-color: #62371C; }
a { background-color: rgb(98,55,28); }
div.DivClassName
{
background-color: #62371C;
}
.BgClassName
{
background-color: #62371C;
}
</style>
border-color css
<style>
span { border-color: #62371C; }
span { border-color: rgb(98,55,28); }
td.TdClassName
{
border-color: #62371C;
}
.TagClassName
{
border-color: #62371C;
}
</style>