Shades of Baker's Chocolate #63280A
Tints of Baker's Chocolate #63280A
RGB
CMYK
RGB Variations
Color information
#63280A (or 0x63280A) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 0A. RGB value is (99,40,10). Sum of RGB (Red+Green+Blue) = 99+40+10=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63280A is #9CD7F5. Grayscale: #363636. Windows color (decimal): -10278902 or 665699. OLE color: 665699.
HSL color Cylindrical-coordinate representation of color #63280A: hue angle of 20.22º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63280A is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 10 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.61 |
| HSL | 20.22º | 0.82% | 0.21% | - |
| HSV(B) | 20.22º | 0.9% | 0.39% | - |
| XYZ | 5.96 | 4.19 | 0.78 | - |
| YUV | 54.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 10 | 0 | 0.60 | 0.90 | 0.61 | 20.22 | 0.82 | 0.21 |
| Hex | 63 | 28 | A | 0 | 3C | 5A | 3D | 14 | 52 | 15 |
| Octal | 143 | 50 | 12 | 0 | 74 | 132 | 75 | 24 | 122 | 25 |
| Binary | 1100011 | 101000 | 1010 | 0 | 111100 | 1011010 | 111101 | 10100 | 1010010 | 10101 |
Color Harmonies of #63280A
Complementary color
Monochromatic Colors of #63280A
Black with #63280A
Text Example
Text Example
White with #63280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63280A; }
p { color: rgb(99,40,10); }
H1.HeaderClassName
{
color: #63280A;
}
.AnyTagClassName
{
color: #63280A;
}
</style>
background-color css
<style>
a { background-color: #63280A; }
a { background-color: rgb(99,40,10); }
div.DivClassName
{
background-color: #63280A;
}
.BgClassName
{
background-color: #63280A;
}
</style>
border-color css
<style>
span { border-color: #63280A; }
span { border-color: rgb(99,40,10); }
td.TdClassName
{
border-color: #63280A;
}
.TagClassName
{
border-color: #63280A;
}
</style>