Shades of Baker's Chocolate #632B13
Tints of Baker's Chocolate #632B13
RGB
CMYK
RGB Variations
Color information
#632B13 (or 0x632B13) is known color: Baker's Chocolate. HEX triplet: 63, 2B and 13. RGB value is (99,43,19). Sum of RGB (Red+Green+Blue) = 99+43+19=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #632B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632B13 is #9CD4EC. Grayscale: #393939. Windows color (decimal): -10278125 or 1256291. OLE color: 1256291.
HSL color Cylindrical-coordinate representation of color #632B13: hue angle of 18º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632B13 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 19 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.61 |
| HSL | 18º | 0.68% | 0.23% | - |
| HSV(B) | 18º | 0.81% | 0.39% | - |
| XYZ | 6.13 | 4.43 | 1.15 | - |
| YUV | 57.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 19 | 0 | 0.57 | 0.81 | 0.61 | 18 | 0.68 | 0.23 |
| Hex | 63 | 2B | 13 | 0 | 39 | 51 | 3D | 12 | 44 | 17 |
| Octal | 143 | 53 | 23 | 0 | 71 | 121 | 75 | 22 | 104 | 27 |
| Binary | 1100011 | 101011 | 10011 | 0 | 111001 | 1010001 | 111101 | 10010 | 1000100 | 10111 |
Color Harmonies of #632B13
Complementary color
Monochromatic Colors of #632B13
Black with #632B13
Text Example
Text Example
White with #632B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B13; }
p { color: rgb(99,43,19); }
H1.HeaderClassName
{
color: #632B13;
}
.AnyTagClassName
{
color: #632B13;
}
</style>
background-color css
<style>
a { background-color: #632B13; }
a { background-color: rgb(99,43,19); }
div.DivClassName
{
background-color: #632B13;
}
.BgClassName
{
background-color: #632B13;
}
</style>
border-color css
<style>
span { border-color: #632B13; }
span { border-color: rgb(99,43,19); }
td.TdClassName
{
border-color: #632B13;
}
.TagClassName
{
border-color: #632B13;
}
</style>