Shades of Baker's Chocolate #63321B
Tints of Baker's Chocolate #63321B
RGB
CMYK
RGB Variations
Color information
#63321B (or 0x63321B) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 1B. RGB value is (99,50,27). Sum of RGB (Red+Green+Blue) = 99+50+27=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63321B is #9CCDE4. Grayscale: #3E3E3E. Windows color (decimal): -10276325 or 1782371. OLE color: 1782371.
HSL color Cylindrical-coordinate representation of color #63321B: hue angle of 19.17º 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 #63321B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 27 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.61 |
| HSL | 19.17º | 0.57% | 0.25% | - |
| HSV(B) | 19.17º | 0.73% | 0.39% | - |
| XYZ | 6.48 | 5.01 | 1.66 | - |
| YUV | 62.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 27 | 0 | 0.49 | 0.73 | 0.61 | 19.17 | 0.57 | 0.25 |
| Hex | 63 | 32 | 1B | 0 | 31 | 49 | 3D | 13 | 39 | 19 |
| Octal | 143 | 62 | 33 | 0 | 61 | 111 | 75 | 23 | 71 | 31 |
| Binary | 1100011 | 110010 | 11011 | 0 | 110001 | 1001001 | 111101 | 10011 | 111001 | 11001 |
Color Harmonies of #63321B
Complementary color
Monochromatic Colors of #63321B
Black with #63321B
Text Example
Text Example
White with #63321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63321B; }
p { color: rgb(99,50,27); }
H1.HeaderClassName
{
color: #63321B;
}
.AnyTagClassName
{
color: #63321B;
}
</style>
background-color css
<style>
a { background-color: #63321B; }
a { background-color: rgb(99,50,27); }
div.DivClassName
{
background-color: #63321B;
}
.BgClassName
{
background-color: #63321B;
}
</style>
border-color css
<style>
span { border-color: #63321B; }
span { border-color: rgb(99,50,27); }
td.TdClassName
{
border-color: #63321B;
}
.TagClassName
{
border-color: #63321B;
}
</style>