Shades of Baker's Chocolate #632C03
Tints of Baker's Chocolate #632C03
RGB
CMYK
RGB Variations
Color information
#632C03 (or 0x632C03) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 03. RGB value is (99,44,3). Sum of RGB (Red+Green+Blue) = 99+44+3=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #632C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C03 is #9CD3FC. Grayscale: #373737. Windows color (decimal): -10277885 or 207971. OLE color: 207971.
HSL color Cylindrical-coordinate representation of color #632C03: hue angle of 25.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #632C03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.61 |
| HSL | 25.63º | 0.94% | 0.2% | - |
| HSV(B) | 25.63º | 0.97% | 0.39% | - |
| XYZ | 6.06 | 4.46 | 0.63 | - |
| YUV | 55.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 3 | 0 | 0.56 | 0.97 | 0.61 | 25.63 | 0.94 | 0.2 |
| Hex | 63 | 2C | 3 | 0 | 38 | 61 | 3D | 1A | 5E | 14 |
| Octal | 143 | 54 | 3 | 0 | 70 | 141 | 75 | 32 | 136 | 24 |
| Binary | 1100011 | 101100 | 11 | 0 | 111000 | 1100001 | 111101 | 11010 | 1011110 | 10100 |
Color Harmonies of #632C03
Complementary color
Monochromatic Colors of #632C03
Black with #632C03
Text Example
Text Example
White with #632C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C03; }
p { color: rgb(99,44,3); }
H1.HeaderClassName
{
color: #632C03;
}
.AnyTagClassName
{
color: #632C03;
}
</style>
background-color css
<style>
a { background-color: #632C03; }
a { background-color: rgb(99,44,3); }
div.DivClassName
{
background-color: #632C03;
}
.BgClassName
{
background-color: #632C03;
}
</style>
border-color css
<style>
span { border-color: #632C03; }
span { border-color: rgb(99,44,3); }
td.TdClassName
{
border-color: #632C03;
}
.TagClassName
{
border-color: #632C03;
}
</style>