Shades of Baker's Chocolate #632F03
Tints of Baker's Chocolate #632F03
RGB
CMYK
RGB Variations
Color information
#632F03 (or 0x632F03) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 03. RGB value is (99,47,3). Sum of RGB (Red+Green+Blue) = 99+47+3=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #632F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F03 is #9CD0FC. Grayscale: #393939. Windows color (decimal): -10277117 or 208739. OLE color: 208739.
HSL color Cylindrical-coordinate representation of color #632F03: hue angle of 27.5º 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 #632F03 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 3 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.61 |
| HSL | 27.5º | 0.94% | 0.2% | - |
| HSV(B) | 27.5º | 0.97% | 0.39% | - |
| XYZ | 6.18 | 4.69 | 0.67 | - |
| YUV | 57.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 3 | 0 | 0.53 | 0.97 | 0.61 | 27.5 | 0.94 | 0.2 |
| Hex | 63 | 2F | 3 | 0 | 35 | 61 | 3D | 1C | 5E | 14 |
| Octal | 143 | 57 | 3 | 0 | 65 | 141 | 75 | 34 | 136 | 24 |
| Binary | 1100011 | 101111 | 11 | 0 | 110101 | 1100001 | 111101 | 11100 | 1011110 | 10100 |
Color Harmonies of #632F03
Complementary color
Monochromatic Colors of #632F03
Black with #632F03
Text Example
Text Example
White with #632F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F03; }
p { color: rgb(99,47,3); }
H1.HeaderClassName
{
color: #632F03;
}
.AnyTagClassName
{
color: #632F03;
}
</style>
background-color css
<style>
a { background-color: #632F03; }
a { background-color: rgb(99,47,3); }
div.DivClassName
{
background-color: #632F03;
}
.BgClassName
{
background-color: #632F03;
}
</style>
border-color css
<style>
span { border-color: #632F03; }
span { border-color: rgb(99,47,3); }
td.TdClassName
{
border-color: #632F03;
}
.TagClassName
{
border-color: #632F03;
}
</style>