Shades of Baker's Chocolate #62320E
Tints of Baker's Chocolate #62320E
RGB
CMYK
RGB Variations
Color information
#62320E (or 0x62320E) is known color: Baker's Chocolate. HEX triplet: 62, 32 and 0E. RGB value is (98,50,14). Sum of RGB (Red+Green+Blue) = 98+50+14=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62320E is #9DCDF1. Grayscale: #3C3C3C. Windows color (decimal): -10341874 or 930402. OLE color: 930402.
HSL color Cylindrical-coordinate representation of color #62320E: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62320E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 14 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.62 |
| HSL | 25.71º | 0.75% | 0.22% | - |
| HSV(B) | 25.71º | 0.86% | 0.38% | - |
| XYZ | 6.26 | 4.91 | 1.03 | - |
| YUV | 60.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 14 | 0 | 0.49 | 0.86 | 0.62 | 25.71 | 0.75 | 0.22 |
| Hex | 62 | 32 | E | 0 | 31 | 56 | 3E | 1A | 4B | 16 |
| Octal | 142 | 62 | 16 | 0 | 61 | 126 | 76 | 32 | 113 | 26 |
| Binary | 1100010 | 110010 | 1110 | 0 | 110001 | 1010110 | 111110 | 11010 | 1001011 | 10110 |
Color Harmonies of #62320E
Complementary color
Monochromatic Colors of #62320E
Black with #62320E
Text Example
Text Example
White with #62320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62320E; }
p { color: rgb(98,50,14); }
H1.HeaderClassName
{
color: #62320E;
}
.AnyTagClassName
{
color: #62320E;
}
</style>
background-color css
<style>
a { background-color: #62320E; }
a { background-color: rgb(98,50,14); }
div.DivClassName
{
background-color: #62320E;
}
.BgClassName
{
background-color: #62320E;
}
</style>
border-color css
<style>
span { border-color: #62320E; }
span { border-color: rgb(98,50,14); }
td.TdClassName
{
border-color: #62320E;
}
.TagClassName
{
border-color: #62320E;
}
</style>