Shades of Baker's Chocolate #62331E
Tints of Baker's Chocolate #62331E
RGB
CMYK
RGB Variations
Color information
#62331E (or 0x62331E) is known color: Baker's Chocolate. HEX triplet: 62, 33 and 1E. RGB value is (98,51,30). Sum of RGB (Red+Green+Blue) = 98+51+30=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #62331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62331E is #9DCCE1. Grayscale: #3E3E3E. Windows color (decimal): -10341602 or 1979234. OLE color: 1979234.
HSL color Cylindrical-coordinate representation of color #62331E: hue angle of 18.53º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62331E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 51 | 30 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.62 |
| HSL | 18.53º | 0.53% | 0.25% | - |
| HSV(B) | 18.53º | 0.69% | 0.38% | - |
| XYZ | 6.46 | 5.06 | 1.86 | - |
| YUV | 62.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 30 | 0 | 0.48 | 0.69 | 0.62 | 18.53 | 0.53 | 0.25 |
| Hex | 62 | 33 | 1E | 0 | 30 | 45 | 3E | 13 | 35 | 19 |
| Octal | 142 | 63 | 36 | 0 | 60 | 105 | 76 | 23 | 65 | 31 |
| Binary | 1100010 | 110011 | 11110 | 0 | 110000 | 1000101 | 111110 | 10011 | 110101 | 11001 |
Color Harmonies of #62331E
Complementary color
Monochromatic Colors of #62331E
Black with #62331E
Text Example
Text Example
White with #62331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62331E; }
p { color: rgb(98,51,30); }
H1.HeaderClassName
{
color: #62331E;
}
.AnyTagClassName
{
color: #62331E;
}
</style>
background-color css
<style>
a { background-color: #62331E; }
a { background-color: rgb(98,51,30); }
div.DivClassName
{
background-color: #62331E;
}
.BgClassName
{
background-color: #62331E;
}
</style>
border-color css
<style>
span { border-color: #62331E; }
span { border-color: rgb(98,51,30); }
td.TdClassName
{
border-color: #62331E;
}
.TagClassName
{
border-color: #62331E;
}
</style>