Shades of Baker's Chocolate #62351E
Tints of Baker's Chocolate #62351E
RGB
CMYK
RGB Variations
Color information
#62351E (or 0x62351E) is known color: Baker's Chocolate. HEX triplet: 62, 35 and 1E. RGB value is (98,53,30). Sum of RGB (Red+Green+Blue) = 98+53+30=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62351E is #9DCAE1. Grayscale: #3F3F3F. Windows color (decimal): -10341090 or 1979746. OLE color: 1979746.
HSL color Cylindrical-coordinate representation of color #62351E: hue angle of 20.29º 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 #62351E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 30 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.62 |
| HSL | 20.29º | 0.53% | 0.25% | - |
| HSV(B) | 20.29º | 0.69% | 0.38% | - |
| XYZ | 6.54 | 5.24 | 1.89 | - |
| YUV | 63.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 30 | 0 | 0.46 | 0.69 | 0.62 | 20.29 | 0.53 | 0.25 |
| Hex | 62 | 35 | 1E | 0 | 2E | 45 | 3E | 14 | 35 | 19 |
| Octal | 142 | 65 | 36 | 0 | 56 | 105 | 76 | 24 | 65 | 31 |
| Binary | 1100010 | 110101 | 11110 | 0 | 101110 | 1000101 | 111110 | 10100 | 110101 | 11001 |
Color Harmonies of #62351E
Complementary color
Monochromatic Colors of #62351E
Black with #62351E
Text Example
Text Example
White with #62351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62351E; }
p { color: rgb(98,53,30); }
H1.HeaderClassName
{
color: #62351E;
}
.AnyTagClassName
{
color: #62351E;
}
</style>
background-color css
<style>
a { background-color: #62351E; }
a { background-color: rgb(98,53,30); }
div.DivClassName
{
background-color: #62351E;
}
.BgClassName
{
background-color: #62351E;
}
</style>
border-color css
<style>
span { border-color: #62351E; }
span { border-color: rgb(98,53,30); }
td.TdClassName
{
border-color: #62351E;
}
.TagClassName
{
border-color: #62351E;
}
</style>