Shades of Baker's Chocolate #632503
Tints of Baker's Chocolate #632503
RGB
CMYK
RGB Variations
Color information
#632503 (or 0x632503) is known color: Baker's Chocolate. HEX triplet: 63, 25 and 03. RGB value is (99,37,3). Sum of RGB (Red+Green+Blue) = 99+37+3=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #632503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632503 is #9CDAFC. Grayscale: #333333. Windows color (decimal): -10279677 or 206179. OLE color: 206179.
HSL color Cylindrical-coordinate representation of color #632503: hue angle of 21.25º 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 #632503 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 3 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.61 |
| HSL | 21.25º | 0.94% | 0.2% | - |
| HSV(B) | 21.25º | 0.97% | 0.39% | - |
| XYZ | 5.82 | 3.98 | 0.55 | - |
| YUV | 51.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 3 | 0 | 0.63 | 0.97 | 0.61 | 21.25 | 0.94 | 0.2 |
| Hex | 63 | 25 | 3 | 0 | 3F | 61 | 3D | 15 | 5E | 14 |
| Octal | 143 | 45 | 3 | 0 | 77 | 141 | 75 | 25 | 136 | 24 |
| Binary | 1100011 | 100101 | 11 | 0 | 111111 | 1100001 | 111101 | 10101 | 1011110 | 10100 |
Color Harmonies of #632503
Complementary color
Monochromatic Colors of #632503
Black with #632503
Text Example
Text Example
White with #632503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632503; }
p { color: rgb(99,37,3); }
H1.HeaderClassName
{
color: #632503;
}
.AnyTagClassName
{
color: #632503;
}
</style>
background-color css
<style>
a { background-color: #632503; }
a { background-color: rgb(99,37,3); }
div.DivClassName
{
background-color: #632503;
}
.BgClassName
{
background-color: #632503;
}
</style>
border-color css
<style>
span { border-color: #632503; }
span { border-color: rgb(99,37,3); }
td.TdClassName
{
border-color: #632503;
}
.TagClassName
{
border-color: #632503;
}
</style>