Shades of Baker's Chocolate #63280E
Tints of Baker's Chocolate #63280E
RGB
CMYK
RGB Variations
Color information
#63280E (or 0x63280E) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 0E. RGB value is (99,40,14). Sum of RGB (Red+Green+Blue) = 99+40+14=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #63280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63280E is #9CD7F1. Grayscale: #363636. Windows color (decimal): -10278898 or 927843. OLE color: 927843.
HSL color Cylindrical-coordinate representation of color #63280E: hue angle of 18.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63280E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 14 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.61 |
| HSL | 18.35º | 0.75% | 0.22% | - |
| HSV(B) | 18.35º | 0.86% | 0.39% | - |
| XYZ | 5.98 | 4.2 | 0.91 | - |
| YUV | 54.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 14 | 0 | 0.60 | 0.86 | 0.61 | 18.35 | 0.75 | 0.22 |
| Hex | 63 | 28 | E | 0 | 3C | 56 | 3D | 12 | 4B | 16 |
| Octal | 143 | 50 | 16 | 0 | 74 | 126 | 75 | 22 | 113 | 26 |
| Binary | 1100011 | 101000 | 1110 | 0 | 111100 | 1010110 | 111101 | 10010 | 1001011 | 10110 |
Color Harmonies of #63280E
Complementary color
Monochromatic Colors of #63280E
Black with #63280E
Text Example
Text Example
White with #63280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63280E; }
p { color: rgb(99,40,14); }
H1.HeaderClassName
{
color: #63280E;
}
.AnyTagClassName
{
color: #63280E;
}
</style>
background-color css
<style>
a { background-color: #63280E; }
a { background-color: rgb(99,40,14); }
div.DivClassName
{
background-color: #63280E;
}
.BgClassName
{
background-color: #63280E;
}
</style>
border-color css
<style>
span { border-color: #63280E; }
span { border-color: rgb(99,40,14); }
td.TdClassName
{
border-color: #63280E;
}
.TagClassName
{
border-color: #63280E;
}
</style>