Shades of Baker's Chocolate #63280B
Tints of Baker's Chocolate #63280B
RGB
CMYK
RGB Variations
Color information
#63280B (or 0x63280B) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 0B. RGB value is (99,40,11). Sum of RGB (Red+Green+Blue) = 99+40+11=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63280B is #9CD7F4. Grayscale: #363636. Windows color (decimal): -10278901 or 731235. OLE color: 731235.
HSL color Cylindrical-coordinate representation of color #63280B: hue angle of 19.77º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63280B is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 11 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.61 |
| HSL | 19.77º | 0.8% | 0.22% | - |
| HSV(B) | 19.77º | 0.89% | 0.39% | - |
| XYZ | 5.96 | 4.19 | 0.81 | - |
| YUV | 54.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 11 | 0 | 0.60 | 0.89 | 0.61 | 19.77 | 0.8 | 0.22 |
| Hex | 63 | 28 | B | 0 | 3C | 59 | 3D | 14 | 50 | 16 |
| Octal | 143 | 50 | 13 | 0 | 74 | 131 | 75 | 24 | 120 | 26 |
| Binary | 1100011 | 101000 | 1011 | 0 | 111100 | 1011001 | 111101 | 10100 | 1010000 | 10110 |
Color Harmonies of #63280B
Complementary color
Monochromatic Colors of #63280B
Black with #63280B
Text Example
Text Example
White with #63280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63280B; }
p { color: rgb(99,40,11); }
H1.HeaderClassName
{
color: #63280B;
}
.AnyTagClassName
{
color: #63280B;
}
</style>
background-color css
<style>
a { background-color: #63280B; }
a { background-color: rgb(99,40,11); }
div.DivClassName
{
background-color: #63280B;
}
.BgClassName
{
background-color: #63280B;
}
</style>
border-color css
<style>
span { border-color: #63280B; }
span { border-color: rgb(99,40,11); }
td.TdClassName
{
border-color: #63280B;
}
.TagClassName
{
border-color: #63280B;
}
</style>