Shades of Baker's Chocolate #62391C
Tints of Baker's Chocolate #62391C
RGB
CMYK
RGB Variations
Color information
#62391C (or 0x62391C) is known color: Baker's Chocolate. HEX triplet: 62, 39 and 1C. RGB value is (98,57,28). Sum of RGB (Red+Green+Blue) = 98+57+28=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62391C is #9DC6E3. Grayscale: #424242. Windows color (decimal): -10340068 or 1849698. OLE color: 1849698.
HSL color Cylindrical-coordinate representation of color #62391C: hue angle of 24.86º 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 #62391C is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 28 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.62 |
| HSL | 24.86º | 0.56% | 0.25% | - |
| HSV(B) | 24.86º | 0.71% | 0.38% | - |
| XYZ | 6.71 | 5.61 | 1.83 | - |
| YUV | 65.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 28 | 0 | 0.42 | 0.71 | 0.62 | 24.86 | 0.56 | 0.25 |
| Hex | 62 | 39 | 1C | 0 | 2A | 47 | 3E | 19 | 38 | 19 |
| Octal | 142 | 71 | 34 | 0 | 52 | 107 | 76 | 31 | 70 | 31 |
| Binary | 1100010 | 111001 | 11100 | 0 | 101010 | 1000111 | 111110 | 11001 | 111000 | 11001 |
Color Harmonies of #62391C
Complementary color
Monochromatic Colors of #62391C
Black with #62391C
Text Example
Text Example
White with #62391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62391C; }
p { color: rgb(98,57,28); }
H1.HeaderClassName
{
color: #62391C;
}
.AnyTagClassName
{
color: #62391C;
}
</style>
background-color css
<style>
a { background-color: #62391C; }
a { background-color: rgb(98,57,28); }
div.DivClassName
{
background-color: #62391C;
}
.BgClassName
{
background-color: #62391C;
}
</style>
border-color css
<style>
span { border-color: #62391C; }
span { border-color: rgb(98,57,28); }
td.TdClassName
{
border-color: #62391C;
}
.TagClassName
{
border-color: #62391C;
}
</style>