Shades of Baker's Chocolate #632903
Tints of Baker's Chocolate #632903
RGB
CMYK
RGB Variations
Color information
#632903 (or 0x632903) is known color: Baker's Chocolate. HEX triplet: 63, 29 and 03. RGB value is (99,41,3). Sum of RGB (Red+Green+Blue) = 99+41+3=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #632903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632903 is #9CD6FC. Grayscale: #363636. Windows color (decimal): -10278653 or 207203. OLE color: 207203.
HSL color Cylindrical-coordinate representation of color #632903: hue angle of 23.75º 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 #632903 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 3 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.61 |
| HSL | 23.75º | 0.94% | 0.2% | - |
| HSV(B) | 23.75º | 0.97% | 0.39% | - |
| XYZ | 5.95 | 4.25 | 0.59 | - |
| YUV | 54.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 3 | 0 | 0.59 | 0.97 | 0.61 | 23.75 | 0.94 | 0.2 |
| Hex | 63 | 29 | 3 | 0 | 3B | 61 | 3D | 18 | 5E | 14 |
| Octal | 143 | 51 | 3 | 0 | 73 | 141 | 75 | 30 | 136 | 24 |
| Binary | 1100011 | 101001 | 11 | 0 | 111011 | 1100001 | 111101 | 11000 | 1011110 | 10100 |
Color Harmonies of #632903
Complementary color
Monochromatic Colors of #632903
Black with #632903
Text Example
Text Example
White with #632903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632903; }
p { color: rgb(99,41,3); }
H1.HeaderClassName
{
color: #632903;
}
.AnyTagClassName
{
color: #632903;
}
</style>
background-color css
<style>
a { background-color: #632903; }
a { background-color: rgb(99,41,3); }
div.DivClassName
{
background-color: #632903;
}
.BgClassName
{
background-color: #632903;
}
</style>
border-color css
<style>
span { border-color: #632903; }
span { border-color: rgb(99,41,3); }
td.TdClassName
{
border-color: #632903;
}
.TagClassName
{
border-color: #632903;
}
</style>