Shades of Baker's Chocolate #63331B
Tints of Baker's Chocolate #63331B
RGB
CMYK
RGB Variations
Color information
#63331B (or 0x63331B) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 1B. RGB value is (99,51,27). Sum of RGB (Red+Green+Blue) = 99+51+27=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331B is #9CCCE4. Grayscale: #3E3E3E. Windows color (decimal): -10276069 or 1782627. OLE color: 1782627.
HSL color Cylindrical-coordinate representation of color #63331B: hue angle of 20º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63331B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 27 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.61 |
| HSL | 20º | 0.57% | 0.25% | - |
| HSV(B) | 20º | 0.73% | 0.39% | - |
| XYZ | 6.53 | 5.1 | 1.68 | - |
| YUV | 62.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 27 | 0 | 0.48 | 0.73 | 0.61 | 20 | 0.57 | 0.25 |
| Hex | 63 | 33 | 1B | 0 | 30 | 49 | 3D | 14 | 39 | 19 |
| Octal | 143 | 63 | 33 | 0 | 60 | 111 | 75 | 24 | 71 | 31 |
| Binary | 1100011 | 110011 | 11011 | 0 | 110000 | 1001001 | 111101 | 10100 | 111001 | 11001 |
Color Harmonies of #63331B
Complementary color
Monochromatic Colors of #63331B
Black with #63331B
Text Example
Text Example
White with #63331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63331B; }
p { color: rgb(99,51,27); }
H1.HeaderClassName
{
color: #63331B;
}
.AnyTagClassName
{
color: #63331B;
}
</style>
background-color css
<style>
a { background-color: #63331B; }
a { background-color: rgb(99,51,27); }
div.DivClassName
{
background-color: #63331B;
}
.BgClassName
{
background-color: #63331B;
}
</style>
border-color css
<style>
span { border-color: #63331B; }
span { border-color: rgb(99,51,27); }
td.TdClassName
{
border-color: #63331B;
}
.TagClassName
{
border-color: #63331B;
}
</style>